Binary Converter

Convert text to binary and binary to text.
characters = bits
About Binary:
  • Binary is a base-2 number system using only 0 and 1
  • Each character is represented by 8 bits (1 byte) in ASCII
  • For example: 'A' = 01000001, 'a' = 01100001
  • Binary is the fundamental language of computers
  • Used in digital electronics, programming, and data transmission
Binary Reference (Common Characters)
Char Binary Decimal
A 01000001 65
B 01000010 66
a 01100001 97
b 01100010 98
Char Binary Decimal
0 00110000 48
1 00110001 49
Space 00100000 32
! 00100001 33

Features

  • Convert text to binary representation
  • Convert binary back to readable text
  • Multiple output formats (space, comma, or no separator)
  • Real-time conversion as you type
  • Display bit count for text input
  • Reference table for common characters
  • Educational information about binary

How to Use

  1. Select Text to Binary or Binary to Text mode
  2. Enter your text or binary in the input area
  3. For text to binary, choose an output format
  4. Click Convert or type to see real-time results
  5. Copy the output using the copy button