64
Runs locally in your browser

Base64 Encoder

Encode Unicode text to Base64 without sending it over the network.

About this Base64 Encoder tool

Base64 represents binary data using portable ASCII characters. This encoder correctly converts Unicode text to UTF-8 bytes before encoding, so emoji and international characters work as expected.

How to use it

  1. 1Enter the text you want to encode.
  2. 2Select Encode Base64.
  3. 3Copy the encoded output.

Example

The text “Duck Cloud” encodes to RHVjayBDbG91ZA==.