Decimal to Hex
Convert decimal To hexadecimal
The result updates as you type
To (hexadecimal)
1 decimal = 1 hexadecimal
Conversion formula and examples
The value stays the same; only its representation in a number base changes. The table shows the same integers written in both bases.
Source base: 10. Target base: 16.
| Source value (decimal) | Result (hexadecimal) |
|---|---|
| 0 | 0 |
| 1 | 1 |
| 2 | 2 |
| 8 | 8 |
| 10 | A |
| 16 | 10 |
| 255 | FF |
About this tool
Convert integers from decimal to hexadecimal. See worked examples and a conversion table for these number bases.
Frequently asked questions
How do I convert decimal to hexadecimal?
Enter the source value in the first field and select Convert. The heading shows the conversion direction. Use the formula and examples on this page to check the result.