Best for
- Reading hex and binary while debugging
- Working with colour and byte values
- Learning how number bases work
Privacy
Conversion happens locally in your browser using built-in big-integer support. Nothing is uploaded.
Quick tips
- Hexadecimal output is shown in uppercase; input is case-insensitive.
- Big values are handled with BigInt, so large hex numbers convert without losing precision.
How to use this tool
- Type a number into the value field.
- Pick the base your number is written in.
- Copy the binary, octal, decimal, or hexadecimal result.
Common questions
What bases are supported?
Any base from 2 to 36. The quick output shows binary, octal, decimal, and hexadecimal at once.
Can it convert negative numbers?
Yes. Prefix the value with a minus sign and the converted result keeps the sign.