transform.ignlab.net
{{ output }}{{ outputError ? '' : 'Transformed output appears here…' }}
Paste any text — including Unicode text and emoji — and get its Base64 encoding instantly. Handles UTF-8 correctly, unlike a plain btoa() call, so multi-byte characters round-trip cleanly.
Yes, text is UTF-8 encoded before Base64 conversion, so accented characters and emoji encode and decode correctly, unlike raw btoa().
Use the Base64 decoder page, or hit Swap to flip the encoder into a decoder with the current output as input.
No — Base64 is an encoding, not encryption. Anyone can decode it; it does not provide confidentiality or security.
Need a different conversion? Browse all conversions, sanitize secrets with AI Safeguard, or read the guides.