128 bits by Dashiva

s='09F911029D74E35BD84156C5635688C0'.split('')
t=''
for(i=0;i<32;)t+=(+('0x1'+s[i++]+s[i++])).toString(2).slice(-8)+' '
print(t)

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

download

return to the top page