💾
Binary Converter
Convert text to binary code and decode binary back to readable text instantly
Select Mode
Characters: 0
Binary groups: 0
Binary Reference
Common Characters
A
01000001
B
01000010
C
01000011
a
01100001
b
01100010
c
01100011
0
00110000
1
00110001
2
00110010
Space
00100000
!
00100001
?
00111111
How to Use
Text to Binary:
Enter any text and it will be converted to 8-bit binary code. Each character becomes an 8-digit binary number separated by spaces.
Binary to Text:
Enter binary code separated by spaces. Each 8-digit binary number represents one character.
Tips:
- Binary numbers should be 8 digits long (padded with zeros)
- Separate binary numbers with spaces
- Invalid binary will show as character
- Use Switch button to quickly reverse conversion