products:ict:communications:coding:ascii
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
products:ict:communications:coding:ascii [2024/03/27 16:53] – wikiadmin | products:ict:communications:coding:ascii [2024/03/27 17:01] (current) – wikiadmin | ||
---|---|---|---|
Line 21: | Line 21: | ||
It's important to note that ASCII characters are limited to the English alphabet and basic symbols. For languages with different character sets, other encoding standards like Unicode are used. | It's important to note that ASCII characters are limited to the English alphabet and basic symbols. For languages with different character sets, other encoding standards like Unicode are used. | ||
+ | |||
+ | ^ DEC ^ OCT | HEX | BIN | Symbol | ||
+ | | 0 | 0 | 0 | 0 | NUL | Null character | ||
+ | | 1 | 1 | 1 | 1 | SOH | Start of Heading | ||
+ | | 2 | 2 | 2 | 10 | STX | Start of Text | | ||
+ | | 3 | 3 | 3 | 11 | ETX | End of Text | | ||
+ | | 4 | 4 | 4 | 100 | EOT | End of Transmission | ||
+ | | 5 | 5 | 5 | 101 | ENQ | Enquiry | ||
+ | | 6 | 6 | 6 | 110 | ACK | Acknowledge | ||
+ | | 7 | 7 | 7 | 111 | BEL | Bell, Alert | | ||
+ | | 8 | 10 | 8 | 1000 | BS | Backspace | ||
+ | | 9 | 11 | 9 | 1001 | HT | Horizontal Tab | | ||
+ | | 10 | 12 | 0A | 1010 | LF | Line Feed | | ||
+ | | 11 | 13 | 0B | 1011 | VT | Vertical Tabulation | ||
+ | | 12 | 14 | 0C | 1100 | FF | Form Feed | | ||
+ | | 13 | 15 | 0D | 1101 | CR | Carriage Return | ||
+ | | 14 | 16 | 0E | 1110 | SO | Shift Out | | ||
+ | | 15 | 17 | 0F | 1111 | SI | Shift In | | ||
+ | | 16 | 20 | 10 | 10000 | DLE | Data Link Escape | ||
+ | | 17 | 21 | 11 | 10001 | DC1 | Device Control One (XON) | | ||
+ | | 18 | 22 | 12 | 10010 | DC2 | Device Control Two | | ||
+ | | 19 | 23 | 13 | 10011 | DC3 | Device Control Three (XOFF) | ||
+ | | 20 | 24 | 14 | 10100 | DC4 | Device Control Four | | ||
+ | | 21 | 25 | 15 | 10101 | NAK | Negative Acknowledge | ||
+ | | 22 | 26 | 16 | 10110 | SYN | Synchronous Idle | | ||
+ | | 23 | 27 | 17 | 10111 | ETB | End of Transmission Block | | ||
+ | | 24 | 30 | 18 | 11000 | CAN | Cancel | ||
+ | | 25 | 31 | 19 | 11001 | EM | End of medium | ||
+ | | 26 | 32 | 1A | 11010 | SUB | Substitute | ||
+ | | 27 | 33 | 1B | 11011 | ESC | Escape | ||
+ | | 28 | 34 | 1C | 11100 | FS | File Separator | ||
+ | | 29 | 35 | 1D | 11101 | GS | Group Separator | ||
+ | | 30 | 36 | 1E | 11110 | RS | Record Separator | ||
+ | | 31 | 37 | 1F | 11111 | US | Unit Separator | ||
- | ^ DEC ^ OCT | HEX | BIN | Symbol | ||
- | | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | | ||
- | | | 000 | 00 | 00000000 | ||
- | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | ||
- | | | 001 | 01 | 00000001 | ||
- | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | ||
- | | | 002 | 02 | 00000010 | ||
- | | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | | ||
- | | | 003 | 03 | 00000011 | ||
- | | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | | ||
- | | | 004 | 04 | 00000100 | ||
- | | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | | ||
- | | | 005 | 05 | 00000101 | ||
- | | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 6 | | ||
- | | | 006 | 06 | 00000110 | ||
- | | 7 | 7 | 7 | 7 | 7 | 7 | 7 | 7 | | ||
- | | | 007 | 07 | 00000111 | ||
- | | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | | ||
- | | | 010 | 08 | 00001000 | ||
- | | 9 | 9 | 9 | 9 | 9 | 9 | 9 | 9 | | ||
- | | | 011 | 09 | 00001001 | ||
- | | 10 | 10 | 10 | 10 | 10 | 10 | 10 | 10 | | ||
- | | | 012 | 0A | 00001010 | ||
- | | 11 | 11 | 11 | 11 | 11 | 11 | 11 | 11 | | ||
- | | | 013 | 0B | 00001011 | ||
- | | 12 | 12 | 12 | 12 | 12 | 12 | 12 | 12 | | ||
- | | | 014 | 0C | 00001100 | ||
- | | 13 | 13 | 13 | 13 | 13 | 13 | 13 | 13 | | ||
- | | | 015 | 0D | 00001101 | ||
- | | 14 | 14 | 14 | 14 | 14 | 14 | 14 | 14 | | ||
- | | | 016 | 0E | 00001110 | ||
- | | 15 | 15 | 15 | 15 | 15 | 15 | 15 | 15 | | ||
- | | | 017 | 0F | 00001111 | ||
- | | 16 | 16 | 16 | 16 | 16 | 16 | 16 | 16 | | ||
- | | | 020 | 10 | 00010000 | ||
- | | 17 | 17 | 17 | 17 | 17 | 17 | 17 | 17 | | ||
- | | | 021 | 11 | 00010001 | ||
- | | 18 | 18 | 18 | 18 | 18 | 18 | 18 | 18 | | ||
- | | | 022 | 12 | 00010010 | ||
- | | 19 | 19 | 19 | 19 | 19 | 19 | 19 | 19 | | ||
- | | | 023 | 13 | 00010011 | ||
- | | 20 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | | ||
- | | | 024 | 14 | 00010100 | ||
- | | 21 | 21 | 21 | 21 | 21 | 21 | 21 | 21 | | ||
- | | | 025 | 15 | 00010101 | ||
- | | 22 | 22 | 22 | 22 | 22 | 22 | 22 | 22 | | ||
- | | | 026 | 16 | 00010110 | ||
- | | 23 | 23 | 23 | 23 | 23 | 23 | 23 | 23 | | ||
- | | | 027 | 17 | 00010111 | ||
- | | 24 | 24 | 24 | 24 | 24 | 24 | 24 | 24 | | ||
- | | | 030 | 18 | 00011000 | ||
- | | 25 | 25 | 25 | 25 | 25 | 25 | 25 | 25 | | ||
- | | | 031 | 19 | 00011001 | ||
- | | 26 | 26 | 26 | 26 | 26 | 26 | 26 | 26 | | ||
- | | | 032 | 1A | 00011010 | ||
- | | 27 | 27 | 27 | 27 | 27 | 27 | 27 | 27 | | ||
- | | | 033 | 1B | 00011011 | ||
- | | 28 | 28 | 28 | 28 | 28 | 28 | 28 | 28 | | ||
- | | | 034 | 1C | 00011100 | ||
- | | 29 | 29 | 29 | 29 | 29 | 29 | 29 | 29 | | ||
- | | | 035 | 1D | 00011101 | ||
- | | 30 | 30 | 30 | 30 | 30 | 30 | 30 | 30 | | ||
- | | | 036 | 1E | 00011110 | ||
- | | 31 | 31 | 31 | 31 | 31 | 31 | 31 | 31 | | ||
- | | | 037 | 1F | 00011111 | ||
Line 121: | Line 90: | ||
- **Ampersand (&)**: Represents the " | - **Ampersand (&)**: Represents the " | ||
- **Apostrophe (')**: Indicates possession or contraction in English. | - **Apostrophe (')**: Indicates possession or contraction in English. | ||
- | - **Parentheses (())**: Used for grouping, enclosures, and mathematical expressions. | + | - **Parentheses** < |
- **Asterisk (*)**: Multiplication operator, wildcard character, and used for emphasis. | - **Asterisk (*)**: Multiplication operator, wildcard character, and used for emphasis. | ||
- **Plus (+) and Minus (-)**: Addition and subtraction operators respectively. | - **Plus (+) and Minus (-)**: Addition and subtraction operators respectively. | ||
Line 255: | Line 224: | ||
These characters are just a selection from the ISO 8859-1 (Latin-1) extended ASCII character set. Other extended ASCII character sets may include different characters, especially those designed for specific languages or regions. | These characters are just a selection from the ISO 8859-1 (Latin-1) extended ASCII character set. Other extended ASCII character sets may include different characters, especially those designed for specific languages or regions. | ||
+ | |||
+ | [[https:// | ||
+ | Some more detail available here.]] | ||
+ | |||
+ | |||
products/ict/communications/coding/ascii.1711540407.txt.gz · Last modified: 2024/03/27 16:53 by wikiadmin