Decode from Base64 format
Decode files from Base64 format
Working...
Please wait until the decoding process is complete.
Please wait until the decoding process is complete.
Success!
Error!Something went wrong:{{ error }}
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.