Binary to Text Converter

Decode 8-bit binary strings back to UTF-8 text. The tool ignores spaces, commas, and line breaks between bytes.

Binary input
Decoded text

Need to scan documents to real PDFs?

Offline PDF Scanner turns your phone camera into a real PDF scanner — with searchable text, not just photos. Works completely offline.

What the tool does

It strips every character that isn't 0 or 1, groups the remaining bits into bytes of 8, and decodes those bytes as UTF-8 text. Whatever whitespace or separators were in your input are simply ignored.

Accepted formats

  • 01001000 01101001 — space-separated bytes
  • 0100100001101001 — compact
  • 01001000, 01101001 — comma-separated
  • Multi-line with any whitespace

How to use

  1. Paste your binary into the left panel.
  2. Click Decode →.
  3. Copy or download the text.

Privacy

All decoding is local. No uploads.

Frequently Asked Questions