Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Because we are accustomed to working in decimal, it is often convenient to convert a binary, octal or hexadecimal number to decimal to get a sense of what the number is “really” worth. Our diagrams in Section E.1 express the positional values in decimal. To convert a number to decimal from another base, multiply the decimal equivalent of each digit by its positional value, and sum these products. For example, the binary number 110101 is converted to decimal 53 as shown in Fig. E.8.
Fig. E.8. Converting a binary number to decimal.
To convert octal 7614 to decimal 3980, we use the same technique, this time using appropriate octal positional values as shown in Fig. E.9.
Fig. E.9. Converting an octal number to decimal.