Saturday, 6 April 2013

Convert Binary into Octal

This kind of conversion process is so easy and most unusual in our daily life.  We can perform binary to decimals conversion using following process:

Starting from the right divide the binary number up in 3 bit sections, then convert each 3 bit section into its decimal equivalent.
Example: 101001110111012 = 10|100|111|011|101 =247358

0 comments:

Post a Comment