ascii (7) Linux Manual Page
ascii – ASCII character set encoded in octal, decimal, and hexadecimal
Description
ASCII is the American Standard Code for Information Interchange. It is a 7-bit code. Many 8-bit codes (e.g., ISO 8859-1) contain ASCII as their lower half. The international counterpart of ASCII is known as ISO 646-IRV.
The following table contains the 128 ASCII characters.
C program '\X' escapes are noted.
| Oct | Dec | Hex | Char | Oct | Dec | Hex | Char |
|
|
|||||||
| 000 | 0 | 00 | NUL ‘
| ||||
