Help for this page

Select Code to Download


  1. or download this
    >perl -le "print(unpack('%32b*', 0x13))"
    7
    
  2. or download this
    >perl -le "print(unpack('%32b*', chr(0x13)))"
    3