Back to Tools
🔐
Base64 Encoder/Decoder
0 characters
Encoded output will appear here...
0 characters
About Base64 Encoding
What is Base64?
Base64 is a binary-to-text encoding scheme that represents binary data in ASCII format. It's commonly used for encoding data in URLs, emails, and data URIs.
Common Use Cases
- Embedding images in HTML/CSS
- Encoding credentials for HTTP headers
- Transmitting binary data in JSON
- Storing complex data in cookies