Skip to content

43 in Binary

Decimal 43 equals 101011 in binary.

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:
Decimal43
Hex0x2B
Binary0b101011
Octal0o53

How 43 converts from decimal to binary

Divide by 2 repeatedly and keep each remainder, then read the remainders from bottom to top:

43÷ 2 =21remainder1
21÷ 2 =10remainder1
10÷ 2 =5remainder0
5÷ 2 =2remainder1
2÷ 2 =1remainder0
1÷ 2 =0remainder1

Result (remainders bottom to top): 101011

This tool runs entirely in your browser - nothing you enter is uploaded or stored.

Want to learn the method behind this tool? Read How to Convert Decimal to Binary - the full step-by-step guide.