CONVERSIONS
BINARY, OCTAL or "HEX" to DECIMAL
In these conversions you must write the place value of each digit. The sum of the place values multiplied by the digit gives the value in decimal.
Binary Decimal
Octal Decimal
![]()
"Hex" Decimal
![]()
OCTAL or "HEX" to BINARY
These are easy conversions if you remember the binary numbers to 1610
Octal Binary
For each Octal digit you need three spaces digits in Binary since 810 = 23 = 10002.

"Hex" Binary
For each "Hex" digit you need four spaces in Binary since 1610 = 24 = 100002.
