Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 311 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 311 Bytes

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