🔐 Base64 Encoder/Decoder
Encode text to Base64 or decode Base64 to text. Fast and free.
Advertisement
Advertisement
What is Base64?
Base64 is an encoding scheme that converts binary data into ASCII text. It's commonly used for embedding images in HTML/CSS, sending data in URLs, and encoding email attachments.
Common Uses
- 📧 Email attachments (MIME)
- 🖼️ Data URIs for images
- 🔑 API authentication tokens
- 📦 Storing binary data in JSON/XML