Base64 Encode / Decode
Encode text to Base64 or decode Base64 safely.
Text
Tip: Use Base64 for transport, not for security.
Tip: double-click any visible result to copy it to your clipboard.
Related tools
Same vibe. Same speed.
FAQ
Quick answers. No walls of text.
Is Base64 encryption?
No. Base64 is encoding, not encryption. Anyone can decode it.
Does this support Unicode?
Yes. Tooloh uses UTF-8 safe conversions for Base64 encode and decode.
Can I decode URL-safe Base64?
Yes. Tooloh accepts URL-safe characters and normalizes them.