23 in Decimal
Hexadecimal 23 equals 35 in decimal.
23 in all number bases
Decimal35
Hexadecimal0x23
Binary0010 0011
Octal43
How 23 converts from hexadecimal to decimal
Multiply each digit by 16 raised to its position (starting at 0 from the right), then add the results:
2× 161 = 2 × 16 = 32
3× 160 = 3 × 1 = 3
Sum: 35