This app performs conversion of numeric bases.
Converts between Hexadecimal, Decimal, Octal and Binary bases.
• Convert a Hexadecimal number to: Decimal, Octal and Binary.
• Convert a Decimal number to: Hexadecimal, Octal and Binary.
• Convert an Octal number to: Hexadecimal, Decimal and Binary.
• Convert a Binary number to: Hexadecimal, Decimal and Octal.
Improvements and bug fixes