Number Base Converter
How Number Base Conversion Works
Numbers are converted by parsing in the source base and formatting in the target base.
- 1
Parse input number
The input number is parsed using the source base.
- 2
Convert to all bases
The parsed value is formatted in binary, octal, decimal, and hexadecimal.
FAQ
What number bases are supported?
The converter supports binary (base 2), octal (base 8), decimal (base 10), and hexadecimal (base 16).