About Base64 Decode
What Is Base64?
Base64 is a way of representing binary data (or any text, including non-ASCII characters) as a string of printable ASCII characters. It's commonly used to embed data in places that only support text, such as email attachments, data URLs in CSS/HTML, JSON payloads, and authentication headers - it does not encrypt or compress data, it just re-encodes it.
About This Tool
base64decode.cc has offered a free, no-signup Base64 decoder since 2010. Paste a Base64 string (or upload a file) and it's decoded immediately in your browser - nothing is uploaded to a server. For encoding, use our sibling site base64encode.cc.
Contact
Questions or feedback? Reach us at [email protected]. See also our Privacy Policy.