Convert your Text into Binary numerals under 5 seconds
It is quite fascinating to believe that a computer takes only the value 0 and 1 to process it's data, only from these number. The web browser through which you are seeing, the wifi you are using or the cellular network you are using is all made out of these two digits.
And today, we will find and explore how to convert a normal to a binary digit.
SO HOW CAN WE DO IT???
Generally, the ASCII value contains the number which represents a certain character in the text.
For example, the lowercase h is represented as 104, and lowercase p is represented as 112. You can click here to know more about the ASCII code.
ASCII code chart |
After the conversion is done, the ASCII code which is obtained by the text is then converted into binary digits. Each number has a definite binary digit formation.
Let's again take the example of the lowercase h, after we found out the ASCII code, which was 104, the ASCII code is converted into the binary digit, which is 0110 1000.
Note that binary digits are written in sets of 4. (Example-1000 1000 1010 1010)
It would be very hard and a big headache to remember all the ASCII value. Not to mention you have to learn the binary too for each code.
Hence I have found a better way to convert your text into binary digit easily and quickly.
HOW TO CONVERT IT?
1) Go to this site (http://www.unit-conversion.info/texttools/convert-text-to-binary)
And that's it!!!!
It was really easy and very quick method to convert your text into the binary digit.
Now, experiment it yourself and turn your text into binary digits and maybe use them as a codeword for example.
Anyway, thank you so much for reading.
Hope you enjoyed.
Comment down below if you have any doubts and we will reply to it as soon as we can.
0 comments:
Post a Comment