Sie sind auf Seite 1von 4

ASCII Character Set

http://www.robelle.com/smugbook/ascii.html

ASCII Characters for MPE Users


The ASCII character set defines 128 characters (0 to 127 decimal, 0 to FF hexadecimal, and 0 to 177 octal). This character set is a subset of many other character sets with 256 characters, including the ANSI character set of MS Windows, the Roman-8 character set of HP systems, and the IBM PC Extended Character Set of DOS, and the ISO Latin-1 character set used by Web browsers. They are not the same as the EBCDIC character set used on IBM mainframes. The Control Characters The first 32 values are non-printing control characters, such as Return and Line feed. You generate these characters on the keyboard by holding down the Control key while you strike another key. For example, Bell is value 7, Control plus G, often shown in documents as ^G. Notice that 7 is 64 less than the value of G (71); the Control key subtracts 64 from the value of the keys that it modifies. For the text version of the following tables, click Control Characters and Printing Characters. Control Characters Char Oct Dec Hex Control-Key Control Action NUL 0 0 0 ^@ Null character SOH 1 1 1 ^A Start of heading, = console interrupt STX ETX EOT ENQ ACK BEL BS HT LF VT FF CR SO SI DLE DC1 DC2 DC3 2 3 4 5 6 7 10 11 12 13 14 15 16 17 20 21 22 23 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 ^B ^C ^D ^E ^F ^G ^H ^I ^J ^K ^L ^M ^N ^O ^P ^Q ^R ^S Start of text, maintenance mode on HP console End of text End of transmission, not the same as ETB Enquiry, goes with ACK; old HP flow control Acknowledge, clears ENQ logon hand Bell, rings the bell... Backspace, works on HP terminals/computers Horizontal tab, move to next tab stop Line Feed Vertical tab Form Feed, page eject Carriage Return Shift Out, alternate character set Shift In, resume defaultn character set Data link escape XON, with XOFF to pause listings; ":okay to send". Device control 2, block-mode flow control XOFF, with XON is TERM=18 flow control

1 of 4

26-08-11 23:20

ASCII Character Set

http://www.robelle.com/smugbook/ascii.html

DC4 24 20 14 NAK 25 21 15 SYN 26 22 16 ETB CAN EM SUB ESC FS GS RS US 27 30 31 32 33 34 35 36 23 24 25 26 27 28 29 30 17 17 19 1a 1b 1c 1d 1e

^T ^U ^V ^W ^X ^Y ^Z ^[ ^\ ^] ^^ ^_

Device control 4 Negative acknowledge Synchronous idle End transmission block, not the same as EOT Cancel line, MPE echoes !!! End of medium, Control-Y interrupt Substitute Escape, next character is not echoed File separator Group separator Record separator, block-mode terminator Unit separator

37 31 1f

Printing Characters Char SP ! " # $ % & ` ( ) * + , . / 0 1 2 3 4 5 6 7


2 of 4

Octal 40 41 42 43 44 45 46 47 50 51 52 53 54 55 56 57 60 61 62 63 64 65 66 67

Dec 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48

Hex Description 20 Space 21 Exclamation mark 22 Quotation mark (" in HTML) 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 Cross hatch (number sign) Dollar sign Percent sign Ampersand Closing single quote (apostrophe) Opening parentheses Closing parentheses Asterisk (star, multiply) Plus Comma Hyphen, dash, minus Period Slant (forward slash, divide) Zero One Two Three Four Five Six Seven

49 31 50 32 51 33 52 53 54 55 34 35 36 37

26-08-11 23:20

ASCII Character Set

http://www.robelle.com/smugbook/ascii.html

8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^

70 71 72 73 74 75 76 77 100 101 102 103 104 105 106 107 110 111 112 113 114 115 116 117 120 121 122 123 124 125 126 127 130 131 132 133 134 135 136

56 38 57 39 58 3a 59 60 61 62 63 64 65 66 3b 3c 3d 3e 3f 40 41 42

Eight Nine Colon Semicolon Less than sign (&lt; in HTML) Equals sign Greater than sign (&gt; in HTML) Question mark At-sign Uppercase A Uppercase B Uppercase C Uppercase D Uppercase E Uppercase F Uppercase G Uppercase H Uppercase I Uppercase J Uppercase K Uppercase L Uppercase M Uppercase N Uppercase O Uppercase P Uppercase Q Uppercase R Uppercase S Uppercase T Uppercase U Uppercase V Uppercase W Uppercase X Uppercase Y Uppercase Z Opening square bracket Reverse slant (Backslash) Closing square bracket Caret (Circumflex)

67 43 68 44 69 45 70 71 72 73 74 75 76 77 78 79 80 81 82 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52

83 53 84 54 85 55 86 87 88 89 90 56 57 58 59 5a

91 5b 92 5c 93 5d 94 5e

3 of 4

26-08-11 23:20

ASCII Character Set

http://www.robelle.com/smugbook/ascii.html

_ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { |

137 140 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174

95 5f 96 60 97 61 98 99 100 101 102 103 104 105 62 63 64 65 66 67 68 69

Underscore Opening single quote Lowercase a Lowercase b Lowercase c Lowercase d Lowercase e Lowercase f Lowercase g Lowercase h Lowercase i Lowercase j Lowercase k Lowercase l Lowercase m Lowercase n Lowercase o Lowercase p Lowercase q Lowercase r Lowercase s Lowercase t Lowercase u Lowercase v Lowercase w Lowercase x Lowercase y Lowercase z Opening curly brace Vertical line Cloing curly brace Tilde (approximate) Delete (rubout), cross-hatch box

106 6a 107 6b 108 6c 109 110 111 112 113 114 115 116 117 118 119 120 121 6d 6e 6f 70 71 72 73 74 75 76 77 78 79

122 7a 123 7b 124 7c 125 7d 126 7e 127 7f

} 175 ~ 176 DEL 177

4 of 4

26-08-11 23:20

Das könnte Ihnen auch gefallen