Common ASCII Codes: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Internal= | =Internal= | ||
* [[ | * [[Character_Encoding#ASCII|Character Encoding]] | ||
=Overview= | =Overview= |
Revision as of 20:43, 25 June 2018
External
Internal
Overview
ISO 646 IRV.
Decimal | Octal | Hexadecimal | Symbol | HTML Code | Java Character Representation | bash quoted string expansion | Description |
8 | 08 | BS |  |
Backspace | |||
9 | 09 | HT | 	 |
Horizontal tab | |||
10 | 012 | 0A | LF | |
Line feed (new line) | ||
13 | 0D | CR | |
Carriage return | |||
38 | 046 | 26 | & | & |
Ampersand | ||
39 | 047 | 27 | ' | ' |
Single quote | ||
48 | 071 | 30 | 0 | A |
Zero | ||
57 | 060 | 39 | 9 | 9 |
Nine | ||
58 | 3A | : | : |
Colon | |||
60 | 074 | 3C | < | < < |
Less then (or open angle bracket) | ||
65 | 101 | 41 | A | A |
Uppercase A | ||
85 | 125 | 55 | U | U |
Uppercase U | ||
91 | 5B | [ | [ |
Opening bracket | |||
93 | 5D | ] | ] |
Closing bracket | |||
123 | 7B | { | { |
Opening brace |