155 in Binary
155 in binary is 10011011. 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 155 in binary. In this article, let us learn how to convert the decimal number 155 to binary.
How to Convert 155 in Binary?
Step 1: Divide 155 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 |
---|---|
155/2 = 77 | 1 |
77/2 = 38 | 1 |
38/2 = 19 | 0 |
19/2 = 9 | 1 |
9/2 = 4 | 1 |
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 155.
Therefore, the binary equivalent of decimal number 155 is 10011011.
☛ Decimal to Binary Calculator
Let us have a look at the value of the decimal number 155 in the different number systems.
- 155 in Binary: 155₁₀ = 10011011₂
- 155 in Octal: 155₁₀ = 233₈
- 155 in Hexadecimal: 155₁₀ = 9B₁₆
- 10011011₂ in Decimal: 155₁₀
Problem Statements:
What is 155 in Binary? - (Base 2) | (10011011)₂ |
What is 155 in Hexadecimal? - (Base 16) | (9B)₁₆ |
What is 155 in Octal? - (Base 8) | (233)₈ |
Is 155 a Perfect Cube? | No |
Is 155 a Composite Number? | Yes |
Cube Root of 155 | 5.371685 |
Square Root of 155 | 12.4499 |
Is 155 a Perfect Square? | No |
Is 155 a Prime Number? | No |
FAQs on 155 in Binary
What is 155 in Binary?
155 in binary is 10011011. To find decimal to binary equivalent, divide 155 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.
What is the Binary Equivalent of 155 + 93?
155 in binary number system is 10011011 and 93 is 1011101. We can add the binary equivalent of 155 and 93 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, (10011011)₂ + (1011101)₂ = (11111000)₂ which is nothing but 248.
☛ Binary to Decimal Calculator
How to Convert 155 to Binary Equivalent?
We can divide 155 by 2 and continue the division till we get 0. Note down the remainder in each step.
- 155 mod 2 = 1 - LSB (Least Significant Bit)
- 77 mod 2 = 1
- 38 mod 2 = 0
- 19 mod 2 = 1
- 9 mod 2 = 1
- 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 155 in binary can be represented as 10011011.
How Many Bits Does 155 in Binary Have?
We can count the number of zeros and ones to see how many bits are used to represent 155 in binary i.e. 10011011. Therefore, we have used 8 bits to represent 155 in binary.
Find the Value of 7 × 155 in Binary Form.
We know that 155 in binary is 10011011 and 7 is 111. Using the binary multiplication rules (0 × 0 = 0; 0 × 1 = 0 ; 1 × 0 = 0 and 1 × 1 = 1), we can multiply 10011011 × 111 = 10000111101 which is 1085 in the decimal number system. [155 × 7 = 1085]
☛ Also Check:
- 108 in Binary - 1101100
- 34 in Binary - 100010
- 8 in Binary - 1000
- 146 in Binary - 10010010
- 420 in Binary - 110100100
- 20 in Binary - 10100
- 103 in Binary - 1100111
visual curriculum