Monday, January 6, 2020

ASCII to Hexadecimal

Here is a list of the characters for those who will need an online reference for pinging a message. 20 is the code for space.

First set, standard alphabet: A a B b C c D d E e F f G g H h I i J j K k l l M m N n O o P p Q q R R S s T t U u V v W w X x Y y Z z

First set, hexadecimal code. Remember that 20 is the value for space: 41 20 61 20 42 20 62 20 43 20 63 20 44 20 64 20 45 20 65 20 46 20 66 20 47 20 67 20 48 20 68 20 49 20 69 20 4a 20 6a 20 4b 20 6b 20 6c 20 6c 20 4d 20 6d 20 4e 20 6e 20 4f 20 6f 20 50 20 70 20 51 20 71 20 52 20 52 20 53 20 73 20 54 20 74 20 55 20 75 20 56 20 76 20 57 20 77 20 58 20 78 20 59 20 79 20 5a 20 7a

Second set, numerals -with spacing:0 1 2 3 4 5 6 7 8 9

Second set, hexadecimal values for the numerals with 20 inserted as the space value: 30 20 31 20 32 20 33 20 34 20 35 20 36 20 37 20 38 20 39

Third set, the characters from the Shift-numerical value:! @ # $ % ^ & * ( )

Third set, hexadecimal values: 21 20 40 20 23 20 24 20 25 20 5e 20 26 20 2a 20 28 20 29

Fourth set, all other characters from the standard US English laptop: - _ = + [ { ] } \ | : ; ' " , < . > / ?

Fourth set, hexadecimal values- and, as always, 20 is the space value: 20 2d 20 5f 20 3d 20 2b 20 5b 20 7b 20 5d 20 7d 20 5c 20 7c 20 3a 20 3b 20 27 20 22 20 2c 20 3c 20 2e 20 3e 20 2f 20 3f

Fifth set:  Upper case Castilian, Portuguese, and other characters not included  on the standard US laptop:À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö Ø Ù Ú Û Ü Ý Þ ß

Fifth set, hexadecimal value with spacing value of 20. I keep stating this in the event someone becomes confused. The spacing between the values is the padding used with the online convertor: c0 20 c1 20 c2 20 c3 20 c4 20 c5 20 c6 20 c7 20 c8 20 c9 20 ca 20 cb 20 cc 20 cd 20 ce 20 cf 20 d0 20 d1 20 d2 20 d3 20 d4 20 d5 20 d6 20 d8 20 d9 20 da 20 db 20 dc 20 dd 20 de 20 df

Sixth set, lowercase nonstandard as stated from above, ascii values:à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ø ù ú û ü ý þ

Sixth set, hexadecimal values: e0 20 e1 20 e2 20 e3 20 e4 20 e5 20 e6 20 e7 20 e8 20 e9 20 ea 20 eb 20 ec 20 ed 20 ee 20 ef 20 f0 20 f1 20 f2 20 f3 20 f4 20 f5 20 f6 20 f8 20 f9 20 fa 20 fb 20 fc 20 fd 20 fe 20

That is it for now.

Please enjoy.

No comments:

Post a Comment

Thank you for expressing yourself. Have a blessed day.