asc2
v0.0.4
Published
ASCII table cheatsheet
Downloads
6
Maintainers
Readme
ASC2
ASCII table cheat sheet.🧞♂️
Usage
> asc2
# show ascii table in terminal.
> asc2 -c a
# > Dec: 97, Hex: 141, Oct: 61, Binary: 01100001, Char: a, Desc: lowercase a <
> asc2 -d 97
# > Dec: 97, Hex: 141, Oct: 61, Binary: 01100001, Char: a, Desc: lowercase a <