Base64 Encoder/Decoder
Encode text to Base64 and decode Base64 strings back to plain text. Perfect for encoding/decoding data.
Input Text
Output
Ad Space
About Base64
What is Base64?
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format.
Common Uses:
- Email attachments
- Data URIs in HTML/CSS
- OAuth tokens
- API authentication
- Image embedding
Examples
Plain Text:
Hello World
Base64:
SGVsbG8gV29ybGQ=