ASCII Code Reference
This table lists ASCII character codes from 30 to 95, showing the corresponding character and description.
| Code | Character | Code | Character |
|---|---|---|---|
| 30 | (cursor) | 63 | ? (question mark) |
| 31 | (edge character) | 64 | @ (at sign) |
| 32 | space | 65 | A |
| 33 | ! (exclamation point) | 66 | B |
| 34 | " (quote) | 67 | C |
| 35 | # (number or pound sign) | 68 | D |
| 36 | $ (dollar) | 69 | E |
| 37 | % (percent) | 70 | F |
| 38 | & (ampersand) | 71 | G |
| 39 | ' (apostrophe) | 72 | H |
| 40 | ( (open parenthesis) | 73 | I |
| 41 | ) (close parenthesis) | 74 | J |
| 42 | * (asterisk) | 75 | K |
| 43 | + (plus) | 76 | L |
| 44 | , (comma) | 77 | M |
| 45 | - (minus) | 78 | N |
| 46 | . (period) | 79 | O |
| 47 | / (slash) | 80 | P |
| 48 | 0 | 81 | Q |
| 49 | 1 | 82 | R |
| 50 | 2 | 83 | S |
| 51 | 3 | 84 | T |
| 52 | 4 | 85 | U |
| 53 | 5 | 86 | V |
| 54 | 6 | 87 | W |
| 55 | 7 | 88 | X |
| 56 | 8 | 89 | Y |
| 57 | 9 | 90 | Z |
| 58 | : (colon) | 91 | [ (open bracket) |
| 59 | ; (semicolon) | 92 | \\ (reverse slash) |
| 60 | < (less than) | 93 | ] (close bracket) |
| 61 | = | 94 | ^ (exponentiation) |
| 62 | > (greater than) | 95 | _ (underline) |