Encode text to Base64 or decode Base64 back to text — instantly and privately in your browser
| Purpose | Use Case | Example |
|---|---|---|
| Encode text | Embed in HTML/CSS/JSON | "Hello" → SGVsbG8= |
| Decode Base64 | Read email attachments / API data | SGVsbG8= → Hello |
| Data URI images | Inline small images | data:image/png;base64,iVBORw0KGgo... |
| Basic auth | Authorization header | Basic dXNlcjpwYXNz |
| Unicode / Emojis | Modern apps support UTF-8 | "😊" → 8J+Yig== |
Fast, private Base64 encode/decode tool. Works completely in-browser — no data leaves your device. Ideal for developers, testers, students, and anyone working with Base64 encoded data (JWT tokens, images in CSS, email MIME, API payloads, etc.).