1001Ferramentas
01 Converters

Binary Code Translator

Convert text to binary code (0s and 1s) and vice versa. Supports any ASCII character. Processed in the browser.

How does binary conversion work?

Each text character is represented by a number in the ASCII table. That number is then converted to its base 2 (binary) representation, using 8 bits per character. For example, the letter A has ASCII code 65, which in binary is 01000001.

To convert binary back to text, each group of 8 bits is read as a base 2 number and then mapped back to the corresponding ASCII character.

Related Tools