Base64 Encode
Encode text to Base64. Processed in your browser.
Base64 Encode converts UTF-8 text into a Base64 string for APIs, data URLs, and transport.
Frequently Asked Questions
Does it support Unicode?
Yes. Text is encoded as UTF-8 before Base64.
Is my data uploaded?
No. Encoding runs entirely in your browser.