Text Tools / Decode

Binary to Text Converter

Paste binary data and convert it back into readable text. The mode selector lets you choose the character encoding and bit width that match your source data.

Ready Browser only Local tool
Paste grouped binary or raw bit strings
Binary input
0 chars
Decoded text
0 chars
Input chars0
Output chars0
Bit groups8-bit
ModeUTF-8
Paste binary input to begin.

What this page does

This tool turns binary data into readable text. It can decode regular 8-bit byte streams, 7-bit ASCII, or UTF-16LE pairs when your source data uses a different layout.

The mode selector is useful when the same binary bits need to be interpreted in a different character encoding.

Example 1: `01001000 01100101 01101100 01101100 01101111` -> Hello Example 2: `0100100 1100101 1101100 1101100 1101111` -> Hello in 7-bit ASCII mode
Tip: if your source uses `0b1010` style prefixes, you can paste them directly.
MastreTools