| |
| | Converting Between Integer Representations -- Technical Notes (Site not responding. Last check: 2007-10-29) |
 | | Decimal (Base 10): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 |
 | | A binary, a hexadecimal or an octal number can be expressed as the sum of the successive powers of the base (either 2, 16, or 8, respectively), with the coefficients being the digits. |
 | | To convert a decimal number into an octal number, divide it by 8 repeatedly and note the remainders. |
| www.evergreen.edu /biophysics/technotes/program/int_conv.htm (463 words) |
|