gg
HomeDev & Data › Base64 Decode
Dev & Data

Base64 Decode

Decode a Base64 (or Base64url) string back to readable text. Handy for JWTs, data-URIs and config blobs.

Try it now

Worked example

gg

Learn the method

Frequently asked

What if it's not valid Base64?

You'll see a short error instead of garbage.

Does it accept url-safe Base64?

Yes — the '-' and '_' variants are handled.

Related Dev & Data tools