Base64 Encoder

Encode text to Base64 in your browser with UTF-8 support. Instant Base64 encoder, no signup, nothing uploaded.

Result

Processed locally in your browser.

Advertisement

How to use this base64 encoder

Type or paste the text you want encoded. The Base64 output updates immediately. Copy the result when you need it in a header, data URL, or config file.

UTF-8 characters are encoded correctly, not as Latin-1. Decode with the Base64 Decoder if you need the reverse.

Advertisement

Example

The word Toolixo encodes to VG9vbGl4bw== in Base64.

Related tools

More encoding tools

  • Base64 DecoderDecode Base64 to text in your browser. UTF-8 safe Base64 decoder with instant results. Free, no signup.
  • URL EncoderURL-encode text for query strings and form bodies. Instant percent-encoding in your browser. Free URL encoder.
  • URL DecoderDecode percent-encoded URLs and query strings in your browser. Turns %20 and + back into readable text.
Advertisement

Frequently asked questions

How do I encode text to Base64?

Paste the text. This encoder converts UTF-8 bytes to Base64 using the browser, then shows the ASCII result.

Does it support Unicode?

Yes. Text is encoded as UTF-8 before Base64, so emoji and non-English characters survive a round trip.

Is Base64 encryption?

No. Base64 is encoding, not encryption. Anyone can decode it.

Is my text uploaded?

Processed locally in your browser. We do not upload the text to compute a result.

Last reviewed 2026-08-19. Results stay on your device unless you copy them elsewhere.