360 in decimal
What is 360 hex in decimal?
Answer
Hexadecimal 360 to Decimal Conversion Explanation
Hex to Decimal Conversion Formula:
(Decimal Number)10 = (d0 × 160) + (d1 × 161) + (d2 × 162) + ... + (dn−1 × 16n-1)
According to the Hex to Decimal Conversion Formula, to convert hexadecimal 360 to its decimal form, multiply each hex digit by the corresponding power of 16 which depends on the digit position in the number.
There are 3 digits in 360, so there are 3 positions. Write down the powers of 16 from right to left starting from index 0 and ending with 2, and multiply each by the corresponding hex digit value.
| Digit | 3 | 6 | 0 |
|---|---|---|---|
| Value | 3 | 6 | 0 |
| Pow of 16 | 162 | 161 | 160 |
Hexadecimal 360 to Decimal Calculation Steps:
(3 × 162) + (6 × 161) + (0 × 160)
=
768 + 96 + 0
=
864
(360)16 = (864)10
Related Calculations
See Also
- Binary to Decimal Converter - Binary numbers to Decimal conversion
- Decimal to Binary Converter - Decimal numbers to Binary conversion
- Decimal to hex converter - Decimal numbers to Hexadecimal conversion