The conversion of octal number to binary can be obtained by using two methods. First, it can be converted into decimal and then obtained decimal is converted into binary. In the second method
First you decide if you want decimal or binary-coded decimal (BCD). To convert hex to binary you map each hex digit (0-9,a-f) to one of the possible 16 binary representation (0000 to 1111). To...
You can use the Windows calculator to do the conversions. If you want to learn how to do it yourself:
To convert binary to decimal, multiply the right-most digit with 1, the second digit (from the...