/intconv

A simple utility to convert values from one base to another

Primary LanguageCMIT LicenseMIT

intconv

A simple utility for converting values from one base to another

Options

  • 'f' = From base
  • 't' = To base
  • 's' = Signed output
  • 'l' = Lowercase output

Other

Minimum base supported: 2
Maximum base supported: 36

Example

ivconv -t 2 20

Result (Example)

10100