asc2
Version:
ASCII table cheatsheet
17 lines (11 loc) • 295 B
Markdown
# ASC2
> ASCII table cheat sheet.🧞♂️
## Usage
```bash
> 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 <
```