Binary code is what the computer computes in. When you type something in to get computed, the computer translates it into binary code, does the computing and translates it back into the language that the user speaks. It is a series of ones and zeros. each letter has a number, and through that number the letter is translated into binary code. A=01 B=10 C=11 D=100 E=101 F=110 G=111 H=1000 I=1001 J=1010 K=1011 L=1100 M=1101 N=1111 O=10000 P=10001 Q=10010 R=10011 S=10100 T=10101 U=10110 V=10111 W=11000 X=11001 Y=11010 Z=11011
Just type in the sentence you want to translate. Credit to @hercules22 for the original project! Please tell me if I got something wrong.