HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)

D-: 1
Appendix D ASCII Character Codes
Table D-1 maps each ASCII character to its decimal and hexadecimal code,
its symbol, and its name. Each code is stored in eight bits; so the
decimal codes are in the range [0, 255] and the hexadecimal codes are in
the range [0, FF].
Table D-1. ASCII Character Codes
---------------------------------------------------------------------------------------------
|| || |
| Decimal | Hexadecimal Code | Symbol | Name |
| Code ||| |
|| || |
---------------------------------------------------------------------------------------------
|| || |
| 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 | Inquiry |
|| || |
---------------------------------------------------------------------------------------------
|| || |
| 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 |
|| || |
---------------------------------------------------------------------------------------------