Reverse Bits FIXED by *yuko*

character c;do1;read'(a$)',c;1 print'(a1$)',sum([(ibits(ichar(c),7-i,1)*2**i,i=0,7)]);end

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

download

return to the top page