Text to Binary Converter

Any problem with this tool? Please Contact: techwelkin AT gmail DOT com

How to Use This Tool?

This online tool converts English text into corresponding binary code. Just paste the text in the left text box and press button to instantly convert it into binary. You can also convert binary code back into plain English text.

What is Text to Binary Conversion?

The text that we type on computer is encoded in ASCII format. We humans can easily understand ASCII text because it looks like the language we understand. But internally computers work with binary code -- an encoding that is composed of only two digits, 0 and 1.

A unique set of zeros and ones represent each number, alphabet and special characters and symbols in computers. This set is called a binary code. For example, 01000001 represents the letter A, Similarly 01000010 represent the letter B and 01101011 represents lower-case letter k. Following table displays English alphabet, corresponding ASCII codes and Binary codes.