手机
当前位置:查字典教程网 >网页设计 >应用技巧 >ASCII码表 和 说明
ASCII码表 和 说明
摘要:DecimalOctalHexBinaryValue10081602------------*--------------000000000...

DecimalOctalHexBinaryValue

10081602

------------*--------------

00000000000000000NUL(Nullchar.)

00100100100000001SOH(StartofHeader)发送文件首

00200200200000010STX(StartofText)文本开始

00300300300000011ETX(EndofText)文本尾

00400400400000100EOT(EndofTransmission)发送结束

00500500500000101ENQ(Enquiry)

00600600600000110ACK(Acknowledgment)确认

00700700700000111BEL(Bell)蜂鸣

00801000800001000BS(Backspace)退格

00901100900001001HT(HorizontalTab)

01001200A00001010LF(LineFeed)换行

01101300B00001011VT(VerticalTab)

01201400C00001100FF(FormFeed)换页

01301500D00001101CR(CarriageReturn)回车

01401600E00001110SO(ShiftOut)SHIFT松开

01501700F00001111SI(ShiftIn)按下

01602001000010000DLE(DataLinkEscape)清除

01702101100010001DC1(XON)(DeviceControl1)

01802201200010010DC2(DeviceControl2)

01902301300010011DC3(XOFF)(DeviceControl3)

02002401400010100DC4(DeviceControl4)

02102501500010101NAK(NegativeAcknowledgement)

02202601600010110SYN(SynchronousIdle)

02302701700010111ETB(EndofTrans.Block)

02403001800011000CAN(Cancel)

02503101900011001EM(EndofMedium)

02603201A00011010SUB(Substitute)

02703301B00011011ESC(Escape)退出

02803401C00011100FS(FileSeparator)

02903501D00011101GS(GroupSeparator)

03003601E00011110RS(RequesttoSend/RecordSeparator)

03103701F00011111US(UnitSeparator)

03204002000100000SP(Space)空格

03304102100100001!(exclamationmark)

03404202200100010"(doublequote)

03504302300100011#(numbersign)

03604402400100100$(dollarsign)

03704502500100101%(percent)

03804602600100110&(ampersand)

03904702700100111’(singlequote)

04005002800101000((left/openingparenthesis)

04105102900101001)(right/closingparenthesis)

04205202A00101010*(asterisk)

04305302B00101011+(plus)

04405402C00101100,(comma)

04505502D00101101-(minusordash)

04605602E00101110.(dot)

04705702F00101111/(forwardslash)

048060030001100000

049061031001100011

050062032001100102

051063033001100113

052064034001101004

053065035001101015

054066036001101106

055067037001101117

056070038001110008

057071039001110019

05807203A00111010:(colon)

05907303B00111011;(semi-colon)

06007403C00111100<(lessthan)

06107503D00111101=(equalsign)

06207603E00111110>(greaterthan)

06307703F00111111?(questionmark)

06410004001000000@(ATsymbol)

06510104101000001A

06610204201000010B

06710304301000011C

06810404401000100D

06910504501000101E

07010604601000110F

07110704701000111G

07211004801001000H

07311104901001001I

07411204A01001010J

07511304B01001011K

07611404C01001100L

07711504D01001101M

07811604E01001110N

07911704F01001111O

08012005001010000P

08112105101010001Q

08212205201010010R

08312305301010011S

08412405401010100T

08512505501010101U

08612605601010110V

08712705701010111W

08813005801011000X

08913105901011001Y

09013205A01011010Z

09113305B01011011[(left/openingbracket)

09213405C01011100(backslash)

09313505D01011101](right/closingbracket)

09413605E01011110^(caret/cirumflex)

09513705F01011111_(underscore)

09614006001100000`

09714106101100001a

09814206201100010b

09914306301100011c

10014406401100100d

10114506501100101e

10214606601100110f

10314706701100111g

10415006801101000h

10515106901101001i

10615206A01101010j

10715306B01101011k

10815406C01101100l

10915506D01101101m

11015606E01101110n

11115706F01101111o

11216007001110000p

11316107101110001q

11416207201110010r

11516307301110011s

11616407401110100t

11716507501110101u

11816607601110110v

11916707701110111w

12017007801111000x

12117107901111001y

12217207A01111010z

12317307B01111011{(left/openingbrace)

12417407C01111100|(verticalbar)

12517507D01111101}(right/closingbrace)

12617607E01111110~(tilde)

12717707F01111111DEL(delete)

前32个控制字符的详细解释:

NUL(null)SOH(startofheading)STX(startoftext)ETX(endoftext)EOT(endoftransmission)-NotthesameasETBENQ(enquiry)ACK(acknowledge)BEL(bell)-Causedteletypemachinestoringabell.Causesabeepinmanycommonterminalsandterminalemulationprograms.BS(backspace)-Movesthecursor(orprinthead)movebackwards(left)onespace.TAB(horizontaltab)-Movesthecursor(orprinthead)righttothenexttabstop.Thespacingoftabstopsisdependentontheoutputdevice,butisofteneither8or10.LF(NLlinefeed,newline)-Movesthecursor(orprinthead)toanewline.OnUnixsystems,movestoanewlineANDallthewaytotheleft.VT(verticaltab)FF(formfeed)-Advancespapertothetopofthenextpage(iftheoutputdeviceisaprinter).CR(carriagereturn)-Movesthecursorallthewaytotheleft,butdoesnotadvancetothenextline.SO(shiftout)-Switchesoutputdevicetoalternatecharacterset.SI(shiftin)-Switchesoutputdevicebacktodefaultcharacterset.DLE(datalinkescape)DC1(devicecontrol1)DC2(devicecontrol2)DC3(devicecontrol3)DC4(devicecontrol4)NAK(negativeacknowledge)SYN(synchronousidle)ETB(endoftransmissionblock)-NotthesameasEOTCAN(cancel)EM(endofmedium)SUB(substitute)ESC(escape)FS(fileseparator)GS(groupseparator)RS(recordseparator)US(unitseparator)

【ASCII码表 和 说明】相关文章:

远程开机详细说明

IE6与IE7 浏览器可实现功能汇总

提示Outlook/Foxmail收取163邮件失败:ERR 您没有权限使用pop3功能

win运行字符命令

什么是Tag?

用windows自带的ftp.exe实现断点续传的方法

.torrent文件的打开软件

中文附件无法下载的问题分析

不错的隐藏AV大法解密

新发现的IE的一个BUG

精品推荐
分类导航