Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 to text.
About Base64 Encoding
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for:
- Embedding images in HTML/CSS
- Encoding data in URLs and emails
- Storing binary data in text-based formats (JSON, XML)
- HTTP Basic Authentication
Tip: Press Ctrl+Enter in the input field to quickly encode.