Text to Binary Converter
Convert text to binary and back.
Free · No sign-up · Works in your browser
Result
Your result will appear here.About the Text to Binary Converter
Free text to binary converter — turn text into 8-bit binary and decode binary back into text.
How to use the Text to Binary Converter
- 1Type your text (or paste space-separated binary).
- 2Choose the direction.
- 3Copy the result.
Frequently asked questions
How is text converted to binary?
Each character is converted to its character code and written as an 8-bit binary number, separated by spaces.
What format should binary input use?
Space-separated 8-bit groups, e.g. 01001000 01101001.