Hypercube Posted April 14, 2003 Share Posted April 14, 2003 Do you know any free php scripts similar to: http://nickciske.com/binary Thanks in advance. Link to comment Share on other sites More sharing options...
0 Tim Dorr Veteran Posted April 14, 2003 Veteran Share Posted April 14, 2003 It's rather simple: <?php $str = "testing!"; for( $x = 0; $x < strlen( $str ); $x++) { print sprintf( "%b", ord( $str{$x} ) ); } ?> :) Link to comment Share on other sites More sharing options...
0 NetRyder Posted April 14, 2003 Share Posted April 14, 2003 http://www.sitinthecorner.com/binary/binary.php ;) Link to comment Share on other sites More sharing options...
0 BxBoy Posted April 14, 2003 Share Posted April 14, 2003 (edited) decode this :p 0110100001100101011110010010110000100000011101000110100001101001011100110010000001101001011100110010000001110000011100100 1100101011101000111010001111001001000000110001101101111011011110 110110000100001001000000011101000101001 Edited April 14, 2003 by timdorr Link to comment Share on other sites More sharing options...
0 Tim Dorr Veteran Posted April 14, 2003 Veteran Share Posted April 14, 2003 unfortunately, backwards isn't so easy.... Link to comment Share on other sites More sharing options...
0 mikey Posted April 14, 2003 Share Posted April 14, 2003 0110100001100101011110010010110000100000011101000110100001101001011100110010000001101001011100110010000001110000011100100 1100101011101000111010001111001001000000110001101101111011011110 110110000100001001000000011101000101001 hey, this is pretty cool! :) Link to comment Share on other sites More sharing options...
Question
Hypercube
Do you know any free php scripts similar to:
http://nickciske.com/binary
Thanks in advance.
Link to comment
Share on other sites
5 answers to this question
Recommended Posts