Help for this page

Select Code to Download


  1. or download this
    my $bin_str = unpack( "b*", $string );
    
    print join( "\n", $bin_str =~ /(.)/g );