ASCII Table by Sisyphus

s/.*/ABCDEFGHIJKLMNO\x01PQRSTUVWXYZ/
saa !"#$%\&'()*+,-./\x010123456789:;<=>?\x01@&[\\]^_\x01`\L&{|}~a
s/./& /g
s/ \x01 /\n/g

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

download

return to the top page