lihroff / asc2

ASCII table cheat sheet.πŸ§žβ€β™‚οΈ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 <

About

ASCII table cheat sheet.πŸ§žβ€β™‚οΈ

License:MIT License


Languages

Language:JavaScript 100.0%