Binary input
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.
Decoded text
Input chars0
Output chars0
Bit groups8-bit
ModeUTF-8
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
