Base64 decode

Base64 back to readable text.

Result
The result appears here as you type.

Why you would use this

Reading the payload of a data URI, a JWT segment or a config value someone encoded to make it "safe". Whitespace is ignored; input that is not valid Base64 is left as typed.

More encode & decode