140 in Binary
140 in binary is 10001100. Unlike the decimal number system where we use the digits 0 to 9 to represent a number, in a binary system, we use only 2 digits that are 0 and 1 (bits). We have used 8 bits to represent 140 in binary. In this article, let us learn how to convert the decimal number 140 to binary.
How to Convert 140 in Binary?
Step 1: Divide 140 by 2. Use the integer quotient obtained in this step as the dividend for the next step. Repeat the process until the quotient becomes 0.
Dividend | Remainder |
---|---|
140/2 = 70 | 0 |
70/2 = 35 | 0 |
35/2 = 17 | 1 |
17/2 = 8 | 1 |
8/2 = 4 | 0 |
4/2 = 2 | 0 |
2/2 = 1 | 0 |
1/2 = 0 | 1 |
Step 2: Write the remainder from bottom to top i.e. in the reverse chronological order. This will give the binary equivalent of 140.
Therefore, the binary equivalent of decimal number 140 is 10001100.
☛ Decimal to Binary Calculator
Let us have a look at the value of the decimal number 140 in the different number systems.
- 140 in Binary: 140₁₀ = 10001100₂
- 140 in Octal: 140₁₀ = 214₈
- 140 in Hexadecimal: 140₁₀ = 8C₁₆
- 10001100₂ in Decimal: 140₁₀
Problem Statements:
What is 140 in Binary? - (Base 2) | (10001100)₂ |
What is 140 in Hexadecimal? - (Base 16) | (8C)₁₆ |
What is 140 in Octal? - (Base 8) | (214)₈ |
Is 140 a Composite Number? | Yes |
Square Root of 140 | 11.83216 |
Is 140 a Perfect Cube? | No |
Is 140 a Perfect Square? | No |
Cube Root of 140 | 5.192494 |
Is 140 a Prime Number? | No |
FAQs on 140 in Binary
What is 140 in Binary?
140 in binary is 10001100. To find decimal to binary equivalent, divide 140 successively by 2 until the quotient becomes 0. The binary equivalent can be obtained by writing the remainder in each division step from the bottom to the top.
How to Convert 140 to Binary Equivalent?
We can divide 140 by 2 and continue the division till we get 0. Note down the remainder in each step.
- 140 mod 2 = 0 - LSB (Least Significant Bit)
- 70 mod 2 = 0
- 35 mod 2 = 1
- 17 mod 2 = 1
- 8 mod 2 = 0
- 4 mod 2 = 0
- 2 mod 2 = 0
- 1 mod 2 = 1 - MSB (Most Significant Bit)
Write the remainders from MSB to LSB. Therefore, the decimal number 140 in binary can be represented as 10001100.
What is the Binary Equivalent of 140 + 50?
140 in binary number system is 10001100 and 50 is 110010. We can add the binary equivalent of 140 and 50 using binary addition rules [0 + 0 = 0, 0 + 1 = 1, 1 + 1 = 10 note that 1 is a carry over to the next bit]. Therefore, (10001100)₂ + (110010)₂ = (10111110)₂ which is nothing but 190.
☛ Binary to Decimal Calculator
How Many Bits Does 140 in Binary Have?
We can count the number of zeros and ones to see how many bits are used to represent 140 in binary i.e. 10001100. Therefore, we have used 8 bits to represent 140 in binary.
Find the Value of 5 × 140 in Binary Form.
We know that 140 in binary is 10001100 and 5 is 101. Using the binary multiplication rules (0 × 0 = 0; 0 × 1 = 0 ; 1 × 0 = 0 and 1 × 1 = 1), we can multiply 10001100 × 101 = 1010111100 which is 700 in the decimal number system. [140 × 5 = 700]
☛ Also Check:
- 209 in Binary - 11010001
- 108 in Binary - 1101100
- 9 in Binary - 1001
- 2000 in Binary - 11111010000
- 72 in Binary - 1001000
- 1001 in Binary - 1111101001
- 90 in Binary - 1011010
visual curriculum