Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 strings instantly. All processing happens in your browser.
Enter text here
What is Base64?
Base64 is a binary-to-text encoding scheme that represents binary data in ASCII string format. It's commonly used for encoding data in emails and URLs.
Features
- Encode text to Base64
- Decode Base64 to text
- File upload support
- UTF-8 support
Privacy
Your data never leaves your browser. All encoding/decoding is done locally using JavaScript.