Help for this page

Select Code to Download


  1. or download this
    perl -ne "print unpack("B*", $_)" input_file > output_file
    
  2. or download this
    perl -ne "print pack("B*", $_)" input_file > output_file