Base64 to Text

Result will appear here

Conversion happens locally in your browser. No data is sent to any server.

Decode Base64 to text. Converts Base64-encoded data back to readable text.

Conversion happens locally in your browser. No data is sent anywhere.

FAQ

What if the Base64 contains binary data?
If the original data was binary (like an image), decoding to text may produce unreadable characters or errors.
How do I know if something is Base64?
Base64 strings contain only A-Z, a-z, 0-9, +, /, and = for padding. The length is always a multiple of 4.