Text to Binary Converter
Convert text to binary and binary back to text. Type or paste in either box and the other updates automatically.
Characters: 0
Bytes: 0
Bits: 0
About Text to Binary Converter
Binary is the base-2 number system used by computers. Each character is represented as a group of 8 bits (an octet). This tool converts between human-readable text and its binary representation.
How It Works
Each UTF-8 character is encoded into one or more bytes, then each byte is shown as 8 binary digits. Spaces separate each byte in the binary output. Type in either field and the conversion happens in real time.