Input
0 characters
Output
0 characters

What is Base64?

Base64 is a binary-to-text encoding scheme that converts binary data into an ASCII string format. It's commonly used to:

Common Use Cases

🖼️ Data URIs — Embed small images directly in HTML/CSS without separate HTTP requests

📧 Email Attachments — MIME encoding for sending binary files via email

🔑 API Authentication — HTTP Basic Auth encodes credentials in Base64

💾 Data Storage — Store binary data in text-based formats like JSON

🔒 100% Private & Free

All encoding and decoding happens directly in your browser. Your data never leaves your device — no server processing, no logging. Completely free, no signup required.