Binary to Octal to Binary Conversion First break the binary number into 3-bit sections from the LSB to the MSB. And then convert the 3-bit binary number to its octal equivalent. First convert the decimal number to its 3-bit binary equivalent. And then combine the 3-bit sections by removing the spaces

Files Recovery Software
Home Contact Details Customer Support Download Demo Products  

 
 

Binary to Octal Conversion

To convert from an integer binary number to octal we follow the following two steps:

  1. First break the binary number into 3-bit sections from the LSB to the MSB.
  2. And then convert the 3-bit binary number to its octal equivalent.

Let us take an example to better understand it. If we have given any binary number say 11001011010001 to convert into Octal Number System, we shall apply above two steps on this number as follows:

3-bit Section of Binary Number

011

001

011

010

001

Equivalent number

3

1

3

2

1


Thus the Octal Number, Equivalent to The Binary Number 11001011010001 is 31321.

Octal to Binary Conversion

To convert any integer octal number to its corresponding binary number we follow the following two steps:

  1. First convert the decimal number to its 3-bit binary equivalent.
  2. And then combine the 3-bit sections by removing the spaces.

Let us take an example. If we have any octal number integer 31321(Q) to convert into its corresponding binary number, we shall apply above two steps as follows:

Equivalent number

3

1

3

2

1

3-bit Section of Binary Number

011

001

011

010

001

Thus the binary equivalent for the octal number 31321(Q) is 011 0010 1101 0001.

Previous page

page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20

 
 

page 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28

Next page
 
 
Data Recovery Book
 
Chapter 1 An Overview of Data Recovery
Chapter 2 Introduction of Hard Disks
Chapter 3 Logical Approach to Disks and OS
Chapter 4 Number Systems
Chapter 5 Introduction of C Programming
Chapter 6 Introduction to Computer Basics
Chapter 7 Necessary DOS Commands
Chapter 8 Disk-BIOS Functions and Interrupts Handling With C
Chapter 9 Handling Large Hard Disks
Chapter 10 Data Recovery From Corrupted Floppy
Chapter 11 Making Backups
Chapter 12 Reading and Modifying MBR with Programming
Chapter 13 Reading and Modifying DBR with Programming
Chapter 14 Programming for “Raw File” Recovery
Chapter 15 Programming for Data Wipers
Chapter 16 Developing more Utilities for Disks
Appendix Glossary of Data Recovery Terms
 
 
Pro Data Doctor

Home

Products

Contact Details

Customer Support

Download Demo

Terms and Conditions

 
Pro Data Doctor