ASCII Table by hallvabo

class A{static{for(int c=31;c++<126;)System.out.printf("%c%c",c,c%16>14?10:32);}}

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

download

return to the top page