Question by AVON Janet: What is the conversion equation for converting Binary to Text?
What is the conversion equation for converting Binary to Text. Example: the letter R equals Binary 0111 0010. That binary number converted to decimal is 127 and converted to Hex is 72.

Best answer:

Answer by billrussell42
there is no “equation”, it’s just a table.

And there are several coding schemes. ASCII, Unicode are the two most popular. The reference has the ASCII table.

R (caps) in ASCII is 0101 0010 (not the value you list)
r (lower case) in ASCII is 0111 0010

Unicode UTF-8 is the same as ASCII for plain characters, but has the capacity to code just about any character used in any alphabet.

.

Add your own answer in the comments!

Powered by Yahoo! Answers