AscII码

简介:

记录、备用

免得以后找不到…

 

ASCII码---American Standard Code for Information Interchange,美国标准信息交换码

Decimal 十进制

Octal 八进制

Hex 六进制

Binary 二进制

         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          $      (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) 


本文转自 sun8134 博客园博客,原文链接:  http://www.cnblogs.com/sun8134/archive/2011/01/12/1933421.html ,如需转载请自行联系原作者
相关文章
|
缓存 Java 数据库连接
Mybatis缓存相关面试题有多卷
使用 MyBatis 缓存机制需要注意以下几点: 对于频繁更新和变动的数据,不适合使用缓存。 对于数据的一致性要求比较高的场景,不适合使用缓存。 如果配置了二级缓存,需要确保缓存的数据不会影响到其他业务模块的数据。 在使用缓存时,需要注意缓存的命中率和缓存的过期策略,避免缓存过期导致查询性能下降。
434 0
|
安全 Java 网络安全
后端进阶之路——综述Spring Security认证,授权(一)
后端进阶之路——综述Spring Security认证,授权(一)
|
网络协议 测试技术 Linux
|
C语言 Python
python 调用c接口
【10月更文挑战第12天】 ctypes是Python的一个外部库,提供和C语言兼容的数据类型,可以很方便地调用C DLL中的函数
371 0
|
自然语言处理 安全 搜索推荐
阿里通义等提出Chronos:慢思考RAG技术助力新闻时间线总结
在数字化时代,新闻信息的指数级增长使得从海量文本中提取和整理历史事件的时间线变得至关重要。为了应对这一挑战,阿里巴巴通义实验室与上海交通大学的中断者提出了一种基于Agent的新闻时间线摘要新框架——CH RONOS,源自希腊神话中的时间之神柯罗诺斯,该框架通过迭代多轮的自我提问方式,结合检索增强生成技术,从互联网上检索相关事件信息,并生成时间顺序的新闻摘要,为新闻时间线摘要生成提供了一种全新的解决方案。
646 44
|
机器学习/深度学习 人工智能 自然语言处理
《深度剖析架构蒸馏与逻辑蒸馏:探寻知识迁移的差异化路径》
架构蒸馏与逻辑蒸馏是知识蒸馏的两大核心技术,分别聚焦于模型结构和决策逻辑的优化。架构蒸馏通过模仿大型模型的拓扑结构,提升小型模型的性能与效率;逻辑蒸馏则提炼大型模型的推理路径,增强小型模型的智能决策能力。二者在实现方式、作用机理和应用场景上各有侧重,可互补应用于资源受限环境下的高效模型部署与复杂任务处理,共同推动人工智能的发展。
322 23
|
运维 安全 架构师
架构师工具箱:Well-Architected云治理提效实践
本次分享基于阿里云Well-Architected Framework的最佳实践案例,涵盖企业从上云到优化的全过程。安畅作为国内领先的云管理服务提供商(Cloud MSP),拥有800多名员工,其中70%为技术工程师,为企业提供架构安全、数据智能等技术服务。内容包括Landing Zone与Well-Architected的关系、企业云治理现状及需求分析,重点探讨了安全合规、成本优化、资源稳定性和效率提升等方面的最佳实践,并通过具体客户案例展示了如何通过自动化工具和定制化解决方案帮助企业提升云上业务价值。
|
算法 Ubuntu Linux
红胖子网络科技博文大全:开发技术集合(包含Qt实用技术、树莓派、三维、OpenCV、OpenGL、ffmpeg、OSG、单片机、软硬结合等等)持续更新中...
红胖子网络科技博文大全:开发技术集合(包含Qt实用技术、树莓派、三维、OpenCV、OpenGL、ffmpeg、OSG、单片机、软硬结合等等)持续更新中...
|
安全 调度
操作系统的心脏:深入理解内核态与用户态####
【10月更文挑战第14天】 本文旨在通过深入浅出的方式,探讨操作系统中两个核心概念——内核态(Kernel Mode)与用户态(User Mode),它们的区别、联系以及对计算机系统性能和安全的影响。不同于传统摘要的概括性介绍,本文将以一次虚拟的“旅行”为主线,带领读者穿越复杂抽象的技术迷雾,揭示这两种运行模式背后的秘密及其在现代计算中的重要性。
471 0
|
Java jenkins 持续交付
Jenkins Pipeline 流水线 - 拉代码(SVN) + Maven 编译打包
Jenkins Pipeline 流水线 - 拉代码(SVN) + Maven 编译打包
644 0
Jenkins Pipeline 流水线 - 拉代码(SVN) + Maven 编译打包

热门文章

最新文章