Help for this page

Select Code to Download


  1. or download this
    my $bin_str = unpack( "b*", $string );
    
    print join( "\n", split( //, $bin_str ) );
    
  2. or download this
    unpack b = [10000110]
    1
    ...
    1
    1
    0