Text to Binary Converter - Convert Text to Binary Code Online
Convert text to 8-bit binary code — each character becomes a sequence of 0s and 1s
Text Tools
Text to Binary Converter - Convert Text to Binary Code Online
How to Use
1Type or paste your text into the input box
2The binary representation appears instantly, with each character shown as 8 bits
3Copy the binary output to use it wherever you need
Frequently Asked Questions
Each character is converted to its ASCII (or Unicode) decimal value, then that number is represented in binary (base 2) and padded to 8 bits. For example, 'A' = 65 = 01000001 in binary.
Yes! Use our Binary to Text tool to reverse the conversion. Paste the binary output there and it will decode back to the original text.