Help for this page
Select Code to Download
Select
or
download this
my $bin_str = unpack( "b*", $string ); print join( "\n", $bin_str =~ /(.)/g );