Control Characters (0-31)
0x00 (NUL) | Null character |
0x08 (BS) | Backspace |
0x09 (TAB) | Horizontal tab |
0x0A (LF) | Line feed (\n) |
0x0D (CR) | Carriage return (\r) |
0x1B (ESC) | Escape |
Printable Characters (32-127)
32 (SPACE) to 47 | Space, !"#$%&'()*+,-./ |
48-57 (0-9) | Digits |
58-64 | :;<=>?@ |
65-90 (A-Z) | Uppercase letters |
91-96 | [\]^_` |
97-122 (a-z) | Lowercase letters |
123-126 | {|}~ |