Back to converter tools

Text to Binary Converter

This tool allows you to convert text to binary and vice versa. In binary, each character is represented by 8 bits (a byte) of 1s and 0s according to the ASCII encoding.

Each character is converted to its 8-bit binary representation

About Text to Binary Conversion

This tool allows you to convert text to binary and vice versa. In binary, each character is represented by 8 bits (a byte) of 1s and 0s according to the ASCII encoding.

How to use:

  1. Choose the conversion mode (Text to Binary or Binary to Text)
  2. Enter your input text or binary code
  3. Click the convert button
  4. Copy the result or convert it back

Example:

The text "Hi" in binary is:

01001000 01101001

Because:

  • H = 72 in ASCII = 01001000 in binary
  • i = 105 in ASCII = 01101001 in binary