ASCⅡ码具体编码方案.doc
文本预览下载声明
ASCⅡ码具体编码方案
ASCⅡ码具体编码方案2010年12月03日星期五上午09:55ASC2码(American Standard Code for Information Interchange)是目前应用及其广泛的一种信息编码,许多计算机系统都采用它为字符进行编码。它是一种7位二进制编码,如下是它的编码方案:
ascii编码
进制Decimal Octal Hex Binary
000 000 000 NUL(Null char.)
001 001 001 SOH(Start of Header)
002 002 002 STX(Start of Text)
003 003 003 ETX(End of Text)
004 004 004 EOT(End of Transmission)
005 005 005 ENQ(Enquiry)
006 006 006 ACK(Acknowledgment)
007 007 007 BEL(Bell)//响铃符
008 010 008 BS(Backspace)
009 011 009 HT(Horizontal Tab)
010 012 00A LF(Line Feed)//换行符
011 013 00B VT(Vertical Tab)
012 014 00C FF(Form Feed)
013 015 00D CR(Carriage Return)//回车符
014 016 00E SO(Shift Out)
015 017 00F SI(Shift In)
016 020 010 DLE(Data Link Escape)
017 021 011 DC1(XON)(Device Control 1)
018 022 012 DC2(Device Control 2)
019 023 013 DC3(XOFF)(Device Control 3)
020 024 014 DC4(Device Control 4)
021 025 015 NAK(Negative Acknowledgement)
022 026 016 SYN(Synchronous Idle)
023 027 017 ETB(End of Trans.B lock)
024 030 018 CAN(Cancel)
025 031 019 EM(End of Medium)
026 032 01A SUB(Substitute)
027 033 01B ESC(Escape)
028 034 01C FS(File Separator)
029 035 01D GS(Group Separator)
030 036 01E RS(Request to Send)(Record Separator)
031 037 01F US(Unit Separator)
032 040 020 SP(Space)//空格符
033 041 021 !(exclamation mark)
034 042 022 (double quote)
035 043 023 #(number sign)
036 044 024 $(dollar sign)
037 045 025 %(percent)
038 046 026 (ampersand)
039 047 027 (single quote)
040 050 028 ((left/opening parenthesis)
041 051 029 )(right/closing parenthesis)
042 052 02A *(asterisk)
043 053 02B +(plus)
044 054 02C ,(comma)
045 055 02D -(minus or dash)
046 056 02E .(dot)
047 057 02F /(forward slash)
048 060 030 0
049 061 031 1
050 062 032 2
051 063 033 3
052 064 034 4
053 065 035 5
054 066 036 6
055 067 037 7
056 070 038 8
057 071 039 9
058 072 03A :(colon)
059 073 03B ;(semi-colon)
060 074 03C (less than)
061 075 03D =(equal sign)
062 076 03E (greater than)
063 077 03F ?(question mark)
064 100 040 @(
显示全部