Text to Binary
Convert text to binary representation
Convert
01001000 01100101 01101100 01101100 01101111 00101100 00100000 01010111 01101111 01110010 01101100 01100100 00100001
What is Text to Binary?
Text to Binary converts any text string into its binary (base-2) representation, showing the 8-bit binary code for each character. It also converts binary back to text, making it useful for learning binary encoding, debugging data, or creating binary art.
How to use
- Type or paste text in the input field. The binary output updates instantly, showing each character as an 8-bit binary sequence separated by spaces.
- Switch to decode mode to paste binary strings and convert them back to readable text. Both directions work in real time.
- Copy the binary output to your clipboard or download it as a file. Use the swap button to quickly switch between encode and decode modes.
Result
Type 'Hi' to see '01001000 01101001' — the 8-bit binary representation of each ASCII character.
Related Tools
Unicode Lookup
Search Unicode by name or code
URL Encoder/Decoder
Encode and decode URLs instantly
NATO Phonetic Alphabet
Convert text to NATO phonetic alphabet
Paragraph Counter
Count paragraphs in your text
Pig Latin Converter
Convert text to and from Pig Latin
Duplicate Line Remover
Remove duplicate lines from text