Converted result will appear here
Enter text or binary and click convert
Quick Reference
Common Binary Patterns
A
01000001B
01000010a
01100001b
011000100
001100001
00110001Space
00100000How It Works
Each character is converted to its 8-bit binary representation. For example:
- "Hi" = 01001000 01101001
- 01001000 = 72 = 'H'
- 01101001 = 105 = 'i'