How to use Binary to Text
- Enter binary digits (0 and 1), optionally space-separated in groups of 8 bits.
- Click Convert to decode to text.
- Copy or download the result.
Example
Input
01001000 01101001
Output
Hi
Frequently asked questions
- What format does binary to text expect?
- Each byte is 1-8 bits (0 or 1). Spaces separate bytes. Invalid bits or length will show an error.