Number Base Converter
Convert between binary, octal, decimal, and hexadecimal
Conversion Results
Binary (2)11111111
Octal (8)377
Decimal (10)255
Hexadecimal (16)FF
How to Use
- Select the input number base.
- Enter a number.
- Conversions in all 4 bases (2, 8, 10, 16) are displayed simultaneously.
FAQ
What number bases can I convert?
Conversions between Binary (2), Octal (8), Decimal (10), and Hexadecimal (16) are supported.
Can I convert negative numbers?
Currently, only positive integers can be converted.