Back to Tools
Base64 Encoder/Decoder
Encode and decode Base64 strings with file support
Input
Output
About Base64 Encoding
What is Base64?
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for encoding data in URLs, email attachments, and data storage.
Common Uses
- • Email attachments (MIME)
- • Data URLs in web pages
- • API authentication tokens
- • Storing binary data in JSON
- • Image encoding for web