Base64 Encode / Decode
Encode text to Base64 or decode Base64 to text. Supports UTF-8 characters.
Stats
Input: 0 chars
Output: 0 chars
Input bytes: 0
Output bytes: 0
What is Base64?
Base64 is a binary-to-text encoding scheme that represents binary data using 64 ASCII characters. It's commonly used for:
- Embedding images in HTML/CSS
- Encoding data in URLs
- Storing binary data in JSON
- Email attachments (MIME)
- Basic authentication headers