Encode and decode Base64 in your browser
Convert plain text to Base64 or decode Base64 back to readable text with full UTF-8 support. Toggle URL-safe mode for JWT-style encoding without + or /.
Everything runs locally in your browser. Your data is never uploaded — ideal for API debugging, config snippets, and quick encoding tasks.
- Encode text to Base64
- Decode Base64 to text
- URL-safe Base64 mode
- UTF-8 & emoji support
- Upload small files
- 100% client-side & free