Number base converter. Binary, hex, octal, decimal, live.
Type a number in any field and the other three update instantly, with full BigInt precision for arbitrarily large integers. Everything runs in your browser, nothing is uploaded.
A free online tool by Digital HeroesRuns entirely in your browser, nothing is uploaded. Conversion uses BigInt, so arbitrarily large integers are exact.
Everything a converter should do.
- Convert decimal to binary, hex or octal instantly as you type in any field.
- Convert hex to binary or decimal for low-level debugging, colour codes and protocol work.
- Read nibble-grouped binary in tidy 4-bit chunks with alternating colours for quick scanning.
- See bit length and byte length of any value at a glance in the stats bar.
- Handle negative numbers with a leading minus sign, shown in sign-magnitude form.
- Work with huge integers: BigInt means no overflow and no precision loss, ever.
Four steps, no manual.
- Type or paste a number into any of the four fields, decimal, hex, octal or binary.
- The other three fields update live the moment you type; invalid digits flag the field instead of guessing.
- Check the stats bar for bit length, byte length and sign, and read the nibble-grouped binary below.
- Click the copy button on any field, or Copy on the nibble display, to grab your result.
Frequently asked questions.
Is the Number Base Converter free?
Is it private? Is my data uploaded anywhere?
Can it handle very large numbers?
Does it support negative numbers and fractions?
What are nibbles and why group binary that way?
Published · Last updated .