8675309 in binary is 100001000101111111101101, a cute message to steganographically encode as a joke. Other bases might sometimes be possible, though the occasions seem rarer.
perl -we 'for(2..100){print "$_ ",qx(echo "obase=$_;8675309"|bc)}'
Also consider other binary encodings.
No comments :
Post a Comment