binary alnum symbol by 51b

n=9197879908
while(n){cat(c("(alnum)
","(sym)
","(bin)
","normal
")[n%%5]);n=n/5}

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

download

return to the top page