How to Install ascii in Ubuntu 18.04



Install ascii by entering the following commands in the terminal:

sudo apt update
sudo apt install ascii

Description:

interactive ASCII name and synonym chart

The ascii utility provides easy conversion between various byte representations and the American Standard Code for Information Interchange (ASCII) character table. It knows about a wide variety of hex, binary, octal, Teletype mnemonic, ISO/ECMA code point, slang names, XML entity names, and other representations. Given any one on the command line, it will try to display all others. Called with no arguments it displays a handy small ASCII chart.

Homepage: http://www.catb.org/~esr/ascii/

Version: 3.18-1

Section: universe/utils