Convert 11110101 binary to octal
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Barinder Sidhu 4 years, 10 months ago
- 3 answers
Gaurav Seth 4 years, 10 months ago
(11110101)2 = (365)8
Step by step solution
Step 1: Write down the binary number
(011110101)2
Group all the digits in sets of three starting from the LSB (far right). Add zeros to the left of the last digit if there aren't enough digits to make a set of three.
011 110 101
Step 2: Use the table below to convert each set of three into an octal digit. In this case,
011=3, 110=6, 101=5.
So, the number 365 is the octal equivalent to 11110101 in binary.
To convert from binary to octal use the following table:
Bin: | 000 | 001 | 010 | 011 | 100 | 101 | 110 | 111 |
Octal: | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
Related Questions
Posted by Manasvi Bhutada 1 year, 2 months ago
- 1 answers
Posted by Jeevesh Jeevesh 1 year, 2 months ago
- 1 answers
Posted by Catherine Tympuiñ 1 year, 1 month ago
- 0 answers
Posted by Vanshika Prajapati 1 year, 6 months ago
- 1 answers
Posted by Payal Kumari 1 year, 5 months ago
- 0 answers
Posted by Catherine Tympuiñ 1 year, 1 month ago
- 1 answers
Posted by M.Sameeha _ 1 year, 1 month ago
- 0 answers
Posted by Rupesh Rupesh 1 year, 6 months ago
- 2 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Tec Om 4 years, 10 months ago
0Thank You