How to use Text to Binary
- Enter or paste the text to convert.
- Click Convert to get binary (8 bits per character, space-separated).
- Copy or download the result.
Example
Input
Hi
Output
01001000 01101001
Frequently asked questions
- What is text to binary?
- Each character is converted to its ASCII/Unicode code point in 8-bit binary (0s and 1s).