128 bits by breadbox

for i=1,16 do for j=0,7 do
io.write(""..math.ceil(string.byte("pax\xc0G\xd29&\xe5~\x96]:\x96\xef\xfd",i)/2^j)%2)end
io.write(" ")end

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

download

return to the top page