This is an 8 bit number converter that converts between binary, octal, decimal, and hexadecimal numbers.
Type convert <number> <format>
where <number>
is any number that is not
negative and format
is a 3 character string that tells what type of number
number
is.
Possible formats are:
- bin
- oct
- hex
- dec