ASC||编码
           Decimal       Octal       Hex        Binary         Value

-------       -----       ---        ------         -----

000          000        000       00000000          NUL        (Null char.)

001          001        001       00000001          SOH        (Start of Header)

002          002        002       00000010          STX        (Start of Text)

003          003        003       00000011          ETX        (End of Text)

004          004        004       00000100          EOT        (End of Transmission)

005          005        005       00000101          ENQ        (Enquiry)

006          006        006       00000110          ACK        (Acknowledgment)

007          007        007       00000111          BEL        (Bell)

008          010        008       00001000           BS        (Backspace)

009          011        009       00001001           HT        (Horizontal Tab)

010          012        00A       00001010           LF        (Line Feed)

011          013        00B       00001011           VT        (Vertical Tab)

012          014        00C       00001100           FF        (Form Feed)

013          015        00D       00001101           CR        (Carriage Return)

014          016        00E       00001110           SO        (Shift Out)

015          017        00F       00001111           SI        (Shift In)

016          020        010       00010000          DLE        (Data Link Escape)

017          021        011       00010001          DC1 (XON) (Device Control 1)

018          022        012       00010010          DC2           (Device Control 2)

019          023        013       00010011          DC3 (XOFF)(Device Control 3)

020          024        014       00010100          DC4           (Device Control 4)

021          025        015       00010101          NAK        (Negative Acknowledgement)

022          026        016       00010110          SYN        (Synchronous Idle)

023          027        017       00010111          ETB        (End of Trans. Block)

024          030        018       00011000          CAN        (Cancel)

025          031        019       00011001           EM        (End of Medium)

026          032        01A       00011010          SUB        (Substitute)

027          033        01B       00011011          ESC        (Escape)

028          034        01C       00011100           FS        (File Separator)

029          035        01D       00011101           GS        (Group Separator)

030          036        01E       00011110           RS        (Request to Send)(Record Separator)

031          037        01F       00011111           US        (Unit Separator)

032          040        020       00100000           SP        (Space)

033          041        021       00100001            !        (exclamation mark)

034          042        022       00100010            "        (double quote)

035          043        023       00100011            #        (number sign)

036          044        024       00100100            ___FCKpd___0nbsp;       (dollar sign)

037          045        025       00100101            %        (percent)

038          046        026       00100110            &        (ampersand)

039          047        027       00100111            '        (single quote)

040          050        028       00101000            (        (left/opening parenthesis)

041          051        029       00101001            )        (right/closing parenthesis)

042          052        02A       00101010            *        (asterisk)

043          053        02B       00101011            +        (plus)

044          054        02C       00101100            ,        (comma)

045          055        02D       00101101            -        (minus or dash)

046          056        02E       00101110            .        (dot)

047          057        02F       00101111            /        (forward slash)

048          060        030       00110000            0

049          061        031       00110001            1

050          062        032       00110010            2

051          063        033       00110011            3

052          064        034       00110100            4

053          065        035       00110101            5

054          066        036       00110110            6

055          067        037       00110111            7

056          070        038       00111000            8

057          071        039       00111001            9

058          072        03A       00111010            :        (colon)

059          073        03B       00111011            ;        (semi-colon)

060          074        03C       00111100            <        (less than)

061          075        03D       00111101            =        (equal sign)

062          076        03E       00111110            >        (greater than)

063          077        03F       00111111            ?        (question mark)

064          100        040       01000000            @        (AT symbol)

065          101        041       01000001            A

066          102        042       01000010            B

067          103        043       01000011            C

068          104        044       01000100            D

069          105        045       01000101            E

070          106        046       01000110            F

071          107        047       01000111            G

072          110        048       01001000            H

073          111        049       01001001            I

074          112        04A       01001010            J

075          113        04B       01001011            K

076          114        04C       01001100            L

077          115        04D       01001101            M

078          116        04E       01001110            N

079          117        04F       01001111            O

080          120        050       01010000            P

081          121        051       01010001            Q

082          122        052       01010010            R

083          123        053       01010011            S

084          124        054       01010100            T

085          125        055       01010101            U

086          126        056       01010110            V

087          127        057       01010111            W

088          130        058       01011000            X

089          131        059       01011001            Y

090          132        05A       01011010            Z

091          133        05B       01011011            [        (left/opening bracket)

092          134        05C       01011100            /        (back slash)

093          135        05D       01011101            ]        (right/closing bracket)

094          136        05E       01011110            ^        (caret/cirumflex)

095          137        05F       01011111            _        (underscore)

096          140        060       01100000            `

097          141        061       01100001            a

098          142        062       01100010            b

099          143        063       01100011            c

100          144        064       01100100            d

101          145        065       01100101            e

102          146        066       01100110            f

103          147        067       01100111            g

104          150        068       01101000            h

105          151        069       01101001            i

106          152        06A       01101010            j

107          153        06B       01101011            k

108          154        06C       01101100            l

109          155        06D       01101101            m

110          156        06E       01101110            n

111          157        06F       01101111            o

112          160        070       01110000            p

113          161        071       01110001            q

114          162        072       01110010            r

115          163        073       01110011            s

116          164        074       01110100            t

117          165        075       01110101            u

118          166        076       01110110            v

119          167        077       01110111            w

120          170        078       01111000            x

121          171        079       01111001            y

122          172        07A       01111010            z

123          173        07B       01111011            {        (left/opening brace)

124          174        07C       01111100            |        (vertical bar)

125          175        07D       01111101            }        (right/closing brace)

126          176        07E       01111110            ~        (tilde)

127          177        07F       01111111          DEL        (delete)

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

NUL (null)

SOH (start of heading)

STX (start of text)

ETX (end of text)

EOT (end of transmission) - Not the same as ETB

ENQ (enquiry)

ACK (acknowledge)

BEL (bell) - Caused teletype machines to ring a bell.      Causes a beep

in many common terminals and terminal emulation programs.

BS      (backspace) - Moves the cursor (or print head) move backwards (left)

one space.

TAB (horizontal tab) - Moves the cursor (or print head) right to the next

tab stop.      The spacing of tab stops is dependent

on the output device, but is often either 8 or 10.

LF      (NL line feed, new line) - Moves the cursor (or print head) to a new

line.      On Unix systems, moves to a new line

AND all the way to the left.

VT      (vertical tab)

FF      (form feed) - Advances paper to the top of the next page (if the

output device is a printer).

CR      (carriage return) - Moves the cursor all the way to the left, but does

not advance to the next line.

SO      (shift out) - Switches output device to alternate character set.

SI      (shift in)      - Switches output device back to default character set.

DLE (data link escape)

DC1 (device control 1)

DC2 (device control 2)

DC3 (device control 3)

DC4 (device control 4)

NAK (negative acknowledge)

SYN (synchronous idle)

ETB (end of transmission block) - Not the same as EOT

CAN (cancel)

EM      (end of medium)

SUB (substitute)

ESC (escape)

FS      (file separator)

GS      (group separator)

RS      (record separator)

US      (unit separator)

ASC||码标准对照表相关推荐

  1. 深入理解ASCII,Unicode和UTF-8编码

    1.为什么需要编码?   由于计算机只能处理0和1(即两种状态:高低电平),所有我们需要将英文字母,数字,特殊符号翻译成计算机认识的0和1,那如何去翻译以及用何种规则去翻译呢,于是聪明的人们发明了一系 ...

  2. 正点原子探索者原理图_正点原子【STM32-F407探索者】第六章 跑马灯实验

    1)资料下载:点击资料即可下载 2)对正点原子Linux感兴趣的同学可以加群讨论:935446741 3)关注正点原子公众号,获取最新资料更新 http://weixin.qq.com/r/hEhUT ...

  3. 中国二维码应用被国外标准垄断 信息安全问题频发

    不久前,一则伪造上海迪士尼乐园门票的案例引发广泛关注.为迪士尼乐园提供票务技术和管理服务的某公司员工,利用技术漏洞盗取迪士尼乐园门票二维码票号2600余张并制作贩卖假票1700余张,获取非法利益49万 ...

  4. 检测DTMF信号中的时间间隔

    简 介: 通过上面分析可以看到,在改造的电话控制器发送信号的过程中会存在一定概率(大约1%左右)使得单个电话号码被分割成两个.在一定条件下,就会造成电话在拨出的时候多拨出一个号码,进而使得最终无法拨通 ...

  5. Kotlin特色之object、let、with、run、apply、also函数的使用

    前言 相比Java,Kotlin提供了不少高级语法特性.对于一个Kotlin的初学者来说经常会写出一些不够优雅的代码.在Kotlin中的源码标准库(Standard.kt)中提供了一些Kotlin扩展 ...

  6. 基础二(格式化字符串、运算符和编码)

    一.Python的输出 (1)纯输出一个字符串或数字 print("Hello World") #输出 Hello World print(34) #输出 34 (2)利用字符串连 ...

  7. python中文编码-Python中文乱码(转)

    转自:https://blog.csdn.net/apache0554/article/details/53889253 前言:中文编码问题一直是程序员头疼的问题,而Python2中的字符编码足矣令新 ...

  8. Project Management Library项目管理甘特图控件

    2019独角兽企业重金招聘Python工程师标准>>> Project Management Library是一款项目管理控件,包含了项目管理相关的Windows客户端控件,如:Pr ...

  9. 计算机应用基础作业北语,北语计算机应用基础作业.doc

    北语计算机应用基础作业 作业名称:14秋<计算机应用基础>作业2??出?卷?人:SA作业总分:100??通过分数:60起止时间: 2015-1-25 19:11:32 至 2015-1-2 ...

最新文章

  1. python 多线程ping测试_从线程ping多个ip时Python ICMP ping实现?
  2. Tengine 反向代理状态检测
  3. ++i 和 i++的实现
  4. Java并发编程:什么是线程安全,以及并发必须知道的几个概念
  5. sap.ui.core.ComponentContainer
  6. 以DES的方式实现对称加密,并提供密钥
  7. Towards Efficient Privacy-Preserving Inspection of TLS Encrypted Traffic
  8. 二维观察---曲线的裁剪
  9. Mysql之慢查询日志详解
  10. 关于win10连接不上ftp的解决方案
  11. 蓝桥杯 2016年C语言组大学B组 C/C++
  12. 在论坛中出现的比较难的sql问题:14(存储过程问题)
  13. 决策树之CART 算法
  14. 京东:狙击凡客?绝无此事!
  15. 本科学计算机大学学金融工程,2020年金融工程专业排名
  16. 不忘初心,砥砺前行——移宇科技助力泸州市内分泌学术年会
  17. python微信公众号翻译功能_使用python在SAE上搭建一个微信应用,使用有道翻译的api进行在线翻译...
  18. android activity获取dialog对象,Android开发笔记之:Dialog的使用详解
  19. Matlab数字图像处理——图像文件的读取
  20. 2019年最新版嵌入式开发教程大纲免费分享

热门文章

  1. DV、OV、EV SSL(https)证书如何选择?
  2. 麒麟操作系统(银河麒麟+中标麒麟)破解密码合集
  3. Axure的安装教程
  4. 7-63 哈夫曼编码 (30 分)
  5. 有限元、离散元、边界元、无界元的区别和适用范围
  6. 云计算模型 按需自助服务_数据中心云计算的安全策略
  7. 三维动画云渲染软件的性价比排行
  8. Jetbrains2022下载地址
  9. 现代控制理论1——前期理论体系
  10. 计算机考试操作题怎么做,计算机考试操作题的做法.doc