The binary equivalent of 28 is : 0001 1100
(28)10=(0001 1100)2
To convert the decimal number 28 to binary, we can repeatedly divide by 2 and keep track of the remainders. Here’s the process:
Now, reading the remainders from the bottom up, we get:
(28)10=(0001 1100)2
So, the binary equivalent of 28 is : 0001 1100.