Hex to Decimal Converter - Convert Base 16 Online
Convert hexadecimal to decimal and decimal to hex with color preview. Bidirectional conversion, quick results. 100% local execution.
Hexadecimal → Decimal
-
Decimal → Hexadecimal
-
Quick Reference
| Decimal | Hex | Decimal | Hex | Decimal | Hex |
|---|---|---|---|---|---|
| 0 | 0 | 10 | A | 100 | 64 |
| 1 | 1 | 11 | B | 128 | 80 |
| 2 | 2 | 12 | C | 200 | C8 |
| 3 | 3 | 13 | D | 255 | FF |
| 4 | 4 | 14 | E | 256 | 100 |
| 5 | 5 | 15 | F | 512 | 200 |
| 6 | 6 | 16 | 10 | 1000 | 3E8 |
| 7 | 7 | 32 | 20 | 4096 | 1000 |
| 8 | 8 | 64 | 40 | 65535 | FFFF |
| 9 | 9 | 99 | 63 | 16777215 | FFFFFF |