Convert an integer to various number systems including binary, octal, decimal, and hexadecimal
Learn how to use the Integer to Other Number System Converter calculator and its working principles
This calculator converts integers between different number systems:
If you enter 255 and select Hexadecimal as the target system, the result will be FF₁₆.
The conversion is based on the following principles:
Decimal to Binary: Repeated division by 2, collecting remainders
Decimal to Octal: Repeated division by 8, collecting remainders
Decimal to Hexadecimal: Repeated division by 16, collecting remainders