Monday, July 22, 2019

(46) ASCII-8


                                               ASCII-8

   8-bit code which allow which 256(28) different character. The first 4-bit are used as zone bit and last 4-bit indicates as digit it is extend version of ascii-7.


ASCII-8

     CHARACTER
      ZONE
      DIGIT
          0
       0101
       0000
          |
          |
          |
          9
       0101
       1001
          A
       0101
       0001
          |         
          |
          |
          0
       0101
       1111
          P
       1010
       0000
          |
          |
          |
         Z
       1010
       1010

No comments:

Post a Comment