Skip to content

Binary encoder / decoder

Convert text to its UTF-8 binary representation (8 bits per byte) — and back.

Mode
0 chars
Output will appear here as you type.
Separator

Features

How it works

  1. Choose Encode for text to binary, or Decode to read binary back to text.
  2. Paste your text or a string of 0s and 1s into the input.
  3. Pick a separator between bytes (none, space or dash), then copy the output.

Your files never leave this page

Every conversion runs entirely in your browser using WebAssembly. There is no upload, no server-side processing, no analytics, and no cookies. Open DevTools → Network during the operation and you will see zero outbound traffic.

Related tools

Topics covered