Text to Binary Converter
Convert text to binary code or decode binary back into readable text.
Click Convert above
How Text to Binary Works
Each character is converted to its ASCII code and then to an 8-bit binary number. For example, 'A' = ASCII 65 = binary 01000001. Use the binary to text direction on wordtoolsfree.com to decode binary back to readable characters.