128 bits by hirose

s="";x=int("6jed9mo33ut75bojlq25ipow",36);n=128
while n:s+=str(x%2)+" "*(n%8==1);x/=2;n-=1
print s

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

download

return to the top page