Text ⇄ Binary Converter

Convert text to binary code and binary to text instantly. Fast, free, and works offline.

How to Use

Text to Binary: Enter any text in the top box and click “Text → Binary” to convert it to binary code.

Binary to Text: Enter binary code (8-bit groups, space-separated) in the bottom box and click “Binary → Text” to decode it.

Each character is converted to its 8-bit binary representation. For example: ‘A’ = 01000001, ‘Hello’ = 01001000 01100101 01101100 01101100 01101111