Free tool
Base64 Encode and Decode
Encode text to Base64 or decode it back. Runs locally.
- Character Count
- 0
- Word Count
- 0
- Line Count
- 0
Encode or decode
Paste text to get Base64, or paste Base64 to get the original string. Use UTF-8. If decode fails, the input is not valid Base64.
FAQ
Is Base64 encryption?
No. Anyone can decode it. It is an encoding for binary-safe transport, not a lock.