Decode from Base64 format

For encoded binaries (like images, documents, etc.) use the file upload form a little further down on this page.

Decode files from Base64 format

Working...
Please wait until the decoding process is complete.
Success!

Decoded image preview

Base64 decoder FAQ

What is Base64?

Base64 represents binary data as text for data URLs, email attachments, and application interfaces. It is encoding, not encryption.

Why does decoding fail?

Check that the input is complete, uses one alphabet consistently, and uses the correct character set. Binary output is not plain text.