How to use Binary to Text

  1. Enter binary digits (0 and 1), optionally space-separated in groups of 8 bits.
  2. Click Convert to decode to text.
  3. Copy or download the result.

Example

Input

01001000 01101001

Output

Hi

Frequently asked questions

What format does binary to text expect?
Each byte is 1-8 bits (0 or 1). Spaces separate bytes. Invalid bits or length will show an error.