man ascii is never far from my fingers. combined with od -c and od -x it gets the job done. I don't think as fluently in Octal as I used to. Hex has become ubiquitous.
you mean ? ascii
% (uname; cd /usr/ports; ls -d */ascii)
FreeBSD
zsh: no matches found: */ascii
% which ascii
ascii not found
%
It's the same on OSX and debian by default doesn't install that command. If you live inside a POSIX/IEEE 1003 system and want to know the ascii table reliably then the command I run is the one which works. If your distribution doesn't ship manuals by default you have bigger problems.