Hexadecimal is a base-16 numbering system. This means it uses 16 different symbols to represent numbers, in contrast to the decimal system, which uses 10 symbols (0 to 9). In the hexadecimal system, the symbols are the numbers from 0 to 9 and the letters from A to F (or a-f), representing the values from 10 to 15.
Usage of base16: -d Decode instead of Encode -dump Hexdump instead of Encode/Decode -w int Wrap lines after N columns (default 64)
This project is licensed under the ISC License.