ASCII Code
The following table lists all ASCII characters. The first column contains the decimal ASCII code, the second column the hexadecimal code, and the third column shows the corresponding character. Please note that all characters below ASCII 32 are not printable. However, there are several control characters which are commonly used throughout the computer industry:
ASCII 8: BS (backspace)
ASCII 9: TAB (tabulator)
ASCII 10: LF (line feed)
ASCII 13: CR (carriage return)
ASCII 27: ESC (escape)
|