Toolzy

Binary ⇄ Text Converter

Convert text to binary and binary back to text.

Input
Output

Encode any text into 8-bit binary, or decode whitespace-separated binary back into readable text.

How to use

  1. Choose Text → Binary or Binary → Text.
  2. Type or paste your input on the left.
  3. Copy the converted result on the right.

Frequently asked questions

What encoding is used?
Each character is written as its 8-bit code point in base 2, separated by spaces.
Can it decode any binary?
Input must be whitespace-separated groups of 0s and 1s; other characters are rejected.

Related tools