Base64 Encode / Decode
Encode string to Base64 or decode Base64 to text. Supports UTF-8, ASCII, standard and URL-safe Base64 formats.
Input
Output
Actions
Features
- ✓ UTF-8 encoding support
- ✓ Standard Base64
- ✓ URL-safe Base64
- ✓ MIME format (76 chars)
- ✓ Auto padding detection
- ✓ File upload support
- ✓ Swap input/output
What is Base64?
Base64 is a binary-to-text encoding scheme that represents binary data in ASCII string format. It's commonly used in email (MIME), data URLs, and web applications to encode binary data for text-based protocols.