43 in Hexadecimal
Decimal 43 equals 0x2B in hexadecimal.
43 in all number bases
Decimal43
Hexadecimal0x2B
Binary0010 1011
Octal53
Try another value
Edit this value or switch its base. Your changes are calculated in your browser with exact integer arithmetic.
Input base:
Decimal
43Hex
0x2BBinary
0b101011Octal
0o53How 43 converts from decimal to hexadecimal
Divide by 16 repeatedly and keep each remainder, then read the remainders from bottom to top:
43÷ 16 =2remainder11 → B
2÷ 16 =0remainder2
Result (remainders bottom to top): 2B
This tool runs entirely in your browser - nothing you enter is uploaded or stored.