hex2dec.com

0F Hex to Decimal

0F hexadecimal = 15 decimal.

Hexadecimal
0F
Decimal
15
Binary
1111
Octal
17

Calculation

0(0) × 16^1 + F(15) × 16^0 = 15

Each digit is multiplied by a power of 16, counting from zero at the right.

Alternative Input Forms

0F, 0x0F, and 0Fh are alternative notations for the same hexadecimal value.

Signed Interpretation

As an unsigned value, 0F is 15. Interpreted as a 8-bit two's-complement value, it is 15. Signed interpretation depends on the chosen bit width.

Related Questions

  • What is 0x0F in decimal? 15.
  • What is 0FH in decimal? 15.
  • What is 0F in binary? 1111.