Back to Tools
🔐
Base64 Encoder/Decoder
Text to Encode
Base64 Encoded
Enter text to see the encoded result
About Base64
What is Base64?
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 web applications.
Common Use Cases
- Encoding images for data URLs
- Email attachments
- API authentication tokens
- Storing binary data in text formats