ASCII Table by pooq

i=32;s="";while(i<127)[s=s+s|chr(i)+(" 
"[(i%16>14)|int]);i=1+i;];s|print;

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

download

return to the top page