" /> Conversion Octal and Hexadecimal Number - TN Industri
Home > English > Conversion Octal and Hexadecimal Number

Conversion Octal and Hexadecimal Number

1. Conversion to Decimal
Ie by multiplying each bit in numbers by position valuenya.
Examples:
image

2. Conversion to Binary
Done by converting each digit to three-digit octal binary.
Examples:
image

3. Converting to Hexadecimal
Done by changing from octal numbers into binary numbers is then converted to hexadecimal.
Examples:
image

Converting from Hexadecimal numbers
1. Conversion to Decimal
Ie by multiplying each bit in numbers by position valuenya.
Examples:
image

2. Conversion to Octal
Done by changing from hexadecimal into binary first and then converted to octal.
Examples:
image