Help for this page

Select Code to Download


  1. or download this
    perl -ne '$c[$_]++ for (unpack("C*"));
     END{printf( "%10d %02x\n",$c[$_], $_ ) for (0..255)}'
    
  2. or download this
     (# of bytes) (byte value)