Binary to Text Converter
Convert plain text to 8-bit binary, or binary back to readable text.
Input
Output
Each character is represented as an 8-bit binary group (its UTF-16 code unit padded to 8 bits), separated by spaces.
Frequently asked questions
How do I convert text to binary online?
Type or paste text into the input box and click "Text → Binary". Each character becomes an 8-bit binary group separated by spaces.
How do I convert binary back to text?
Paste space-separated 8-bit binary groups and click "Binary → Text" to decode them back to characters.