Help for this page

Select Code to Download


  1. or download this
    print my $out = join '', map {substr unpack('B8'), 1} split //, '4B';
    
  2. or download this
    print my $out = join '', map {sprintf '%07b', ord} split //, '4B';