A tool to convert between decimal, binary and hexadecimal numbers.
./binhex numwhere num can be a decimal (f.ex. 67 or 0d67), hexadecimal (f.ex. 0x3F) or a binary number (f.ex. 0b1100101)
./binhex start endwhere start and end can be a decimal (f.ex. 67 or 0d67), hexadecimal (f.ex. 0x3F) or a binary number (f.ex. 0b1100101). Not start and stop can be of different bases.