Pre-launch — your 10 free credits are reserved for launch day. Join the waitlist
encoders · free tool

Base64 Decode

Decode Base64 back to text, UTF-8 safe.

Runs in your browser — your data never leaves it

Paste, type, or drop a file. Runs as you type.

Output appears here as you type.

Worked example

Input
aGVsbG8=
Output
hello

This example is one of Base64 Decode's test cases — if the tool stopped producing this output, the build would fail.

Questions

Does it accept base64url (the JWT alphabet)?
Yes — the - and _ alphabet is accepted, and missing padding is added automatically. That's what real JWTs and SAP payloads look like.
What if the input isn't valid Base64?
It says which problem it is — an unexpected character, or the wrong length/padding — rather than returning garbage that looks like a result.

Related tools