128 bits by Mark Byers

for x in'\x90\x9f\x88@\xb9.\xc7\xda\x1b\x82j\xa3\xc6j\x11\x03':print''.join(`ord(x)>>i&1`for i in range(8)),

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page