WigerToods2010:
As far as hex is concerned ........
01001001 00100000 01100001 01101101 00100000 01100001 00100000 01101101 01100101 01110010 01100101 00100000 01100001 01101101 01100001 01110100 01100101 01110101 01110010
I don't think so, Johnny! lol.
But that's binary ... To convert binary to Hex, you split the byte (the 8 #'s your showing) into two bits (or two 4 digit numbers). Then you convert each of these bits to hexadecimal, or base 16.
Your first number ... 01001001 would be shown as 0100 | 1001. The first half = 4, the 2nd = 9; so hex 49.
Your example above, converted to Hex is ... 49 20 61 6D 20 61 20 6D 65 72 65 20 61 6D 61 74 65 75 72.
Hex is a bit easier to read than binary ... just be sure to specify the character set. While most computers now use ASCII, there is another character set known as EBCDIC
Most of the early mainframes used EBCDIC because it was easier to read the punched cards ... plus the full 8 bits were used. ASCII originally used characters from 00 to 7F, reserving the most significant bit for cyclic redundancy checking or CRC
Here's a phrase using EBCDIC ... E3 88 85 40 A2 88 89 A3 40 96 95 85 40 93 85 81 95 A2 40 96 95 40 E6 C7 E3 5A.
lol..