Convert between binary, decimal, octal and hex
Number Base Converter shows a number in binary, octal, decimal, and hexadecimal simultaneously, live as you type, entirely in your browser — nothing is uploaded to a server. There's no separate 'target base' selector or Convert button: pick the base your input is written in, and all four results update instantly. It handles whole numbers, including negative ones, but not fractional or decimal-point values.
What number bases does it support?
Binary (base 2), octal (base 8), decimal (base 10), and hexadecimal (base 16) — shown simultaneously.
Is there a Convert button or a target-base selector?
No — there's only a 'From Base' selector. All four conversions display live at once; there's no separate step to pick a single target base.
Can I convert negative numbers?
Yes, negative numbers are supported and converted correctly across all four bases.
Can I convert decimal (fractional) numbers, like 3.5?
No — only whole numbers are supported; any fractional part is truncated.