Home Text Tools Encoding Hashing Generators Developer Converters Text Styles Image Tools

Binary to Text Converter

Convert text to its binary representation or decode binary strings back to readable text.

All processing happens in your browser. No data is sent to any server.
Input 0
Output 0

How It Works

Binary is the fundamental language of computers, using only two digits: 0 and 1. Each character in text is represented by its character code, which is then converted to an 8-bit binary number.

For example, the letter "A" has a character code of 65, which in binary is 01000001. When converting text to binary, each character is converted to its 8-bit representation, separated by spaces.

When converting binary to text, the tool reads groups of 8 bits (separated by spaces), converts each to a decimal number, and then to the corresponding character.