1 in Binary
Decimal 1 equals 1 in binary.
1 in all number bases
Decimal1
Hexadecimal0x1
Binary0001
Octal1
How 1 converts from decimal to binary
Divide by 2 repeatedly and keep each remainder, then read the remainders from bottom to top:
1÷ 2 =0remainder1
Result (remainders bottom to top): 1