Base64 Encoder

Encode and decode Base64 text.

Plain Text
Base64 Output
Base64 Text
Decoded Output

Frequently Asked Questions

Does this support Unicode characters?+
Yes. This tool uses UTF-8 safe encoding, so emoji and non-Latin characters encode and decode correctly.
Is my text sent to a server?+
No. All encoding and decoding happens locally in your browser using JavaScript.