ASCII Table by eban

seq 95|awk '{printf"\\%c ",31+$0}'|xargs -n16

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

download

return to the top page