Convert text to binary Step by step :
Step one: enter ASCII code.
Step 2: converted to Binary.
simple math, with a little help from ASCII.
In ASCII, there is a decimal assigned to each character.
Binary always begin with 010 or 011.
"010" will indicate an uppercase letter, and "011" will indicate lowercase.
See Also