00 Hex to Decimal
00 hexadecimal = 0 decimal.
Hexadecimal
00
Decimal
0
Binary
0
Octal
0
Calculation
0(0) × 16^1 + 0(0) × 16^0 = 0
Each digit is multiplied by a power of 16, counting from zero at the right.
Alternative Input Forms
00, 0x00, and 00h are alternative notations for the same hexadecimal value.
Signed Interpretation
As an unsigned value, 00 is 0. Interpreted as a 8-bit two's-complement value, it is 0. Signed interpretation depends on the chosen bit width.
Related Questions
- What is 0x00 in decimal? 0.
- What is 00H in decimal? 0.
- What is 00 in binary? 0.