Base64 Encoder
Encode UTF-8 text to Base64 in your browser.
Tool workspace
Encodes UTF-8 text to Base64 in your browser. Unicode is encoded as UTF-8 bytes before Base64.
How it works
Empty input clears the result—no error. Unicode characters are encoded as UTF-8 before Base64 (not Latin-1).
Examples
- Hello, world → SGVsbG8sIHdvcmxk
- café → Y2Fmw6k=
Privacy
FAQ
Is my text uploaded?
No. Encoding runs entirely in your browser.
How is Unicode handled?
Text is encoded as UTF-8 bytes, then Base64.
Do I need an account?
No. All published tools work for guests without login.