Encode & decode
Base64
Encode and decode Base64 with full UTF-8 support
How to use / Notes
How to use
- Enter text to encode, or a Base64 string to decode.
- Toggle the direction.
- Copy the result.
Notes
- Base64 is encoding, not encryption—anyone can decode it.
- URL-safe Base64 (using -_) uses different symbols than the standard variant.