Skip to content

71 in Binary

Decimal 71 equals 1000111 in binary.

71 in all number bases

Decimal71
Hexadecimal0x47
Binary0100 0111
Octal107

Try another value

Edit this value or switch its base. Your changes are calculated in your browser with exact integer arithmetic.

Input base:
Decimal71
Hex0x47
Binary0b1000111
Octal0o107

How 71 converts from decimal to binary

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

71÷ 2 =35remainder1
35÷ 2 =17remainder1
17÷ 2 =8remainder1
8÷ 2 =4remainder0
4÷ 2 =2remainder0
2÷ 2 =1remainder0
1÷ 2 =0remainder1

Result (remainders bottom to top): 1000111

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.