Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 459 Bytes

File metadata and controls

17 lines (13 loc) · 459 Bytes

binhex

A tool to convert between decimal, binary and hexadecimal numbers.

Usage

Single number

./binhex num

where num can be a decimal (f.ex. 67 or 0d67), hexadecimal (f.ex. 0x3F) or a binary number (f.ex. 0b1100101)

Range of numbers

./binhex start end

where 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.