HP Pascal/iX Reference Manual (31502-90022)

B-: 1
Appendix B ASCII Character Codes
Table B-1 maps each ASCII character to its decimal and hexadecimal
code, its ASCII symbol, and its name. Each code is stored in eight bits;
thus the decimal codes are between 0 and 255, and the hexadecimal codes
are between 0 and FF.
Table B-1. ASCII Character Codes
------------------------------------------------------------------------------------------------
|| || |
| Decimal | Hexadecimal | ASCII | Name |
| Code | Code | Symbol ||
|| || |
------------------------------------------------------------------------------------------------
|| || |
| 0 | 00 | NUL | Null |
|| || |
------------------------------------------------------------------------------------------------
|| || |
| 1 | 01 | SOH | Start of heading |
|| || |
------------------------------------------------------------------------------------------------
|| || |
| 2 | 02 | STX | Start of text |
|| || |
------------------------------------------------------------------------------------------------
|| || |
| 3 | 03 | EXT | End of text |
|| || |
------------------------------------------------------------------------------------------------
|| || |
| 4 | 04 | EOT | End of transmission |
|| || |
------------------------------------------------------------------------------------------------
|| || |
| 5 | 05 | ENQ | Enquiry |
|| || |
------------------------------------------------------------------------------------------------
|| || |
| 6 | 06 | ACK | Acknowledge |
|| || |
------------------------------------------------------------------------------------------------
|| || |
| 7 | 07 | BEL | Bell |
|| || |
------------------------------------------------------------------------------------------------
|| || |
| 8 | 08 | BS | Backspace |
|| || |
------------------------------------------------------------------------------------------------
|| || |
| 9 | 09 | HT | Horizontal tab |
|| || |
------------------------------------------------------------------------------------------------
|| || |
| 10 | 0A | LF | Line feed |
|| || |
------------------------------------------------------------------------------------------------
|| || |
| 11 | 0B | VT | Vertical tab |
|| || |
------------------------------------------------------------------------------------------------
|| || |
| 12 | 0C | FF | Form feed |
|| || |
------------------------------------------------------------------------------------------------
|| || |
| 13 | 0D | CR | Carriage return |
|| || |
------------------------------------------------------------------------------------------------
|| || |
| 14 | 0E | SO | Shift out |
|| || |
------------------------------------------------------------------------------------------------