Text to Binary

About Text to Binary

The Text to Binary by FreeWebToolkit is a free online tool that will convert your text into binary format. For each character in your text, it gets the ASCII code of the character then converts the decimal to binary byte and then continues with the next character.

Example : let us convert "Example" into binary.

  • "E" => 69 (Decimal) => 01000101 (Binary)
  • "x" => 120 (Decimal) => 01111000 (Binary)
  • "a" => 97 (Decimal) => 01100001 (Binary)
  • "m" => 109 (Decimal) => 01101101 (Binary)
  • "p" => 112 (Decimal) => 01110000 (Binary)
  • "l" => 108 (Decimal) => 01101100 (Binary)
  • "e" => 101 (Decimal) => 01100101 (Binary)

So "Example" => 01000101 01111000 01100001 01101101 01110000 01101100 01100101

Note : Note that the ASCII code is case-senstive "a (97)" is different from "A (65)".

How to use the Text to Binary tool?

1. Just paste your text in the box of the tool and hit "Convert".

2. You can also try the tool using the "Sample" button.

3. The "Reset" button will help you clear the tool's box.

More tools from FreeWebToolkit

Cookies!

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.