Number Base Converter
Convert numbers between binary, octal, decimal and hexadecimal.
Assumptions used in this calculation
- Integer only: Only whole numbers are supported; fractional binary/hex/octal values are not converted.
About this calculator
Converts a number between binary, octal, decimal, and hexadecimal, consolidating the master prompt's separate 'Binary Calculator' and 'Hexadecimal Calculator' (plus octal), since all are the same base-conversion operation.
Worked example
Decimal 255
Result: Binary 11111111, Hex FF
Was this helpful?