Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 strings
Input Text
Enter the text you want to encode to Base64
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 encoding data in email, URLs, and data URIs.
Common Use Cases:
- Embedding images in HTML/CSS as data URIs
- Encoding binary data for transmission over text-based protocols
- Basic authentication headers in HTTP requests
- Storing complex data in URLs or cookies