Base 37 by FizzyTea

for(;l=readline(s='');print(s))for(;n=r='',+l;s=(n^36?n.toString(36):'A')+s,l=r)for(i in l)n+=l[i],r+=n/37|0,n%=37

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

download

return to the top page