Reverse Bits FIXED by clock

for(r=readline(i=0);c=r.charCodeAt(i++);putstr(String.fromCharCode(s)))for(s=m=0;8>m++;c>>=1)s+=s+c%2

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

download

return to the top page