Instruction Manual

38
HEX, ASCII, BIN and Character table
IND100077-122
HEX DEC BIN Character/Symbol Description
0x33 51 00110011 3 Three
0x34 52 00110100 4 Four
0x35 53 00110101 5 Five
0x36 54 00110110 6 Six
0x37 55 00110111 7 Seven
0x38 56 00111000 8 Eight
0x39 57 00111001 9 Nine
0x3A 58 00111010 : Colon
0x3B 59 00111011 ; Semicolon
0x3C 60 00111100 < Less than (or open angled bracket)
0x3D 61 00111101 = Equals
0x3E 62 00111110 > Greater than (or close angled bracket)
0x3F 63 00111111 ? Question mark
0x40 64 01000000 @ At symbol
0x41 65 01000001 A Uppercase A
0x42 66 01000010 B Uppercase B
0x43 67 01000011 C Uppercase C
0x44 68 01000100 D Uppercase D
0x45 69 01000101 E Uppercase E
0x46 70 01000110 F Uppercase F
0x47 71 01000111 G Uppercase G
0x48 72 01001000 H Uppercase H
0x49 73 01001001 I Uppercase I
0x4A 74 01001010 J Uppercase J
0x4B 75 01001011 K Uppercase K
0x4C 76 01001100 L Uppercase L
0x4D 77 01001101 M Uppercase M
0x4E 78 01001110 N Uppercase N
0x4F 79 01001111 O Uppercase O
0x50 80 01010000 P Uppercase P
0x51 81 01010001 Q Uppercase Q
0x52 82 01010010 R Uppercase R
0x53 83 01010011 S Uppercase S
0x54 84 01010100 T Uppercase T
0x55 85 01010101 U Uppercase U
0x56 86 01010110 V Uppercase V
0x57 87 01010111 W Uppercase W
0x58 88 01011000 X Uppercase X
0x59 89 01011001 Y Uppercase Y
0x5A 90 01011010 Z Uppercase Z
0x5B 91 01011011 [ Opening bracket
0x5C 92 01011100 \ Backslash
0x5D 93 01011101 ] Closing bracket
0x5E 94 01011110 ^ Caret - circumex
0x5F 95 01011111 _ Underscore
0x60 96 01100000 ` Grave accent
0x61 97 01100001 a Lowercase a
0x62 98 01100010 b Lowercase b
0x63 99 01100011 c Lowercase c
0x64 100 01100100 d Lowercase d
0x65 101 01100101 e Lowercase e