Binary ↔ Text Converter

Convert between binary and text with ease

🔢

Converted result will appear here

Enter text or binary and click convert

Quick Reference

Common Binary Patterns

A01000001
B01000010
a01100001
b01100010
000110000
100110001
Space00100000

How It Works

Each character is converted to its 8-bit binary representation. For example:

  • "Hi" = 01001000 01101001
  • 01001000 = 72 = 'H'
  • 01101001 = 105 = 'i'