首頁  >  文章  >  電腦教學  >  ascii碼的對照表

ascii碼的對照表

尊渡假赌尊渡假赌尊渡假赌
尊渡假赌尊渡假赌尊渡假赌原創
2024-01-15 16:30:082386瀏覽

ASCII碼即“American Standard Code for Information Interchange”,美國資訊交換標準代碼:1、 0,NUL;2、 1,SOH;3、2,STX;4、3,ETX等等, ASCII碼包括許多其他字元和符號。每個字元都與一個唯一的整數值相對應,這些整數值被稱為ASCII碼。

ascii碼的對照表

ASCII 碼(American Standard Code for Information Interchange,美國資訊交換標準代碼)對照表的一部分:

ASCII   符号
-----------------------
  0     NUL (null)
  1     SOH (start of heading)
  2     STX (start of text)
  3     ETX (end of text)
  4     EOT (end of transmission)
  5     ENQ (enquiry)
  6     ACK (acknowledge)
  7     BEL (bell)
  8     BS  (backspace)
  9     TAB (horizontal tab)
 10     LF  (line feed)
 11     VT  (vertical tab)
 12     FF  (form feed)
 13     CR  (carriage return)
 14     SO  (shift out)
 15     SI  (shift in)
 16     DLE (data link escape)
 17     DC1 (device control 1)
 18     DC2 (device control 2)
 19     DC3 (device control 3)
 20     DC4 (device control 4)
 21     NAK (negative acknowledge)
 22     SYN (synchronous idle)
 23     ETB (end of transmission block)
 24     CAN (cancel)
 25     EM  (end of medium)
 26     SUB (substitute)
 27     ESC (escape)
 28     FS  (file separator)
 29     GS  (group separator)
 30     RS  (record separator)
 31     US  (unit separator)
 32     SPACE
 33     !   (exclamation mark)
 34     "   (double quotation marks)
 35     #   (number sign)
 36     $   (dollar sign)
 37     %   (percent sign)
 38     &   (ampersand)
 39     '   (apostrophe or single quotation mark)
 40     (   (left parenthesis)
 41     )   (right parenthesis)
 42     *   (asterisk)
 43     +   (plus sign)
 44     ,   (comma)
 45     -   (minus sign or hyphen)
 46     .   (period or dot)
 47     /   (forward slash)
 ...    ...

這只是ASCII 碼對照表的一部分,ASCII 碼包括許多其他字元和符號。每個字元都與一個唯一的整數值(0-127)相對應,這些整數值被稱為 ASCII 碼。 ASCII 碼用於在電腦和通訊設備之間傳輸文字訊息,並且在電腦程式設計和資料處理中廣泛使用。完整的 ASCII 碼對照表可以在網路上找到。

以上是ascii碼的對照表的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn