Text to Binary Converter
Convert text to binary and binary to text instantly
Text to BinaryBinary to TextUTF-8 EncodingCopy & Download
Text Input
Enter text to convert to binary
Characters: 11 | Bytes: 11
Binary Output
Generated binary representation
Binary length: 88 bits
Binary Encoding Information
What is Binary?
Binary is a base-2 number system using only 0s and 1s. Each character is represented by an 8-bit binary number (byte) corresponding to its ASCII or UTF-8 value.
How it Works
Each character gets converted to its decimal ASCII value, then to binary. For example, 'A' = 65 in decimal = 01000001 in binary.