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