講義 - 附錄A : ASCII碼對照表

 

  ASCII  is the American Standard Code for Information Interchange.
  It is a 7-bit code.

          Dec       Char
       -----------------------------------------
          0         NUL ’\0’
          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 ’\a’ (bell)
          8         BS  ’\b’ (backspace)
          9         HT  ’\t’ (horizontal tab)
          10        LF  ’\n’ (new line)
          11        VT  ’\v’ (vertical tab)
          12        FF  ’\f’ (form feed)
          13        CR  ’\r’ (carriage ret)
          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 ack.)
          22        SYN (synchronous idle)
          23        ETB (end of trans. blk)
          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

         十位數
         30 40 50 60 70 80 90 100 110 120
       ---------------------------------
  個  0      (  2  <  F  P  Z  d   n   x
  位  1      )  3  =  G  Q  [  e   o   y
  數  2      *  4  >  H  R  \  f   p   z
      3   !  +  5  ?  I  S  ]  g   q   {
      4   "  ,  6  @  J  T  ^  h   r   |
      5   #  -  7  A  K  U  _  i   s   }
      6   $  .  8  B  L  V ‘  j   t   ~
      7   %  /  9  C  M  W  a  k   u  DEL
      8   &  0  :  D  N  X  b  l   v
      9   ’ 1  ;  E  O  Y  c  m   w