Skip to main content

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

Paste text and Encode. The tool converts UTF-8 bytes to standard Base64 in your browser.

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

Privacy: this tool processes text locally in your browser. We do not log or store what you paste. Login is not required.

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.