Number base converter
Convert a number between binary, octal, decimal, and hexadecimal, with the working shown alongside the result.
Binary
—
Octal
—
Decimal
—
Hex
—
How it works
Every base converts through decimal: your input is parsed in its source base, then that decimal value is expressed in each target base.
Used this in a paper or lesson?