Binary to Text Converter

Converts between plain text and binary (8-bit per character). Type some text and see every character as its 8-bit binary code, or paste binary and get the text back. Good for understanding how text encoding actually works.

How it works

Each character is converted to its 8-bit ASCII code in binary (base-2). For example, 'A' = 65 = 01000001.

How to use

  1. Pick which direction you need: text to binary, or binary back to text.
  2. Type or paste your input in the box.
  3. The converted output appears instantly. Copy it with one click.