Number Base Converter
PopularConvert numbers between binary, decimal, hexadecimal, octal, and any base from 2 to 36 with live updates.
Quick Reference (0–15)
| Dec | Bin | Oct | Hex |
|---|---|---|---|
| 0 | 0000 | 0 | 0 |
| 1 | 0001 | 1 | 1 |
| 2 | 0010 | 2 | 2 |
| 3 | 0011 | 3 | 3 |
| 4 | 0100 | 4 | 4 |
| 5 | 0101 | 5 | 5 |
| 6 | 0110 | 6 | 6 |
| 7 | 0111 | 7 | 7 |
| 8 | 1000 | 10 | 8 |
| 9 | 1001 | 11 | 9 |
| 10 | 1010 | 12 | A |
| 11 | 1011 | 13 | B |
| 12 | 1100 | 14 | C |
| 13 | 1101 | 15 | D |
| 14 | 1110 | 16 | E |
| 15 | 1111 | 17 | F |
How to use
- 1
Type in any field
Enter a number into the binary, octal, decimal, hex, or custom-base field. All other fields update instantly.
- 2
Adjust settings
Toggle signed mode for negative numbers, select bit length, or enter a custom base (2-36).
- 3
Copy the result
Click the copy button next to any field to copy that representation to your clipboard.
Frequently asked questions
How do I convert binary to decimal?
What bases are supported?
How does signed mode work?
Is any data sent to a server?
Convert numbers instantly between number bases. Enter a value in any
field and all other fields update in real time. Supports binary, octal,
decimal, hexadecimal, and any custom base from 2 to 36. Toggle signed
mode for two's-complement representation and select bit length. Binary
output is grouped into nibbles for readability. All processing runs in
your browser — nothing is sent to a server.