Binary to Text Converter

Decode binary code back to readable text. Supports 8-bit ASCII and 16-bit Unicode.

🔄 Looking for Text to Binary? Click here →

Input formats accepted

  • 01001000 01100101 — space-separated bytes (most common)
  • 0100100001100101 — compact (no spaces, uses bit mode)
  • 01001000\n01100101 — newline-separated
  • 0b01001000 0b01100101 — with 0b prefix