" /> Conversion Numbers - TN Industri
Home > English > Conversion Numbers

Conversion Numbers

Conversion of numbers is a process by which a certain number system with the base will be used as the basis alian numbers.
Conversion from Decimal numbers
1. Conversion from Decimal to binary numbers
Ie by dividing decimals with two then taken the rest of the division.
image
101 101 (2) written from bottom to top

2. Conversion of numbers Decimal to Octal
Ie by dividing decimals with 8 then take the rest of the division
Examples:
image

3. Conversion of numbers Decimal to Hexadecimal
Ie by dividing decimals by 16, then take the rest of the division
Examples:
image

Conversion from binary number system
1. Conversion to decimal
Ie by multiplying each bit in numbers by position valuenya.
Examples:
image

2. Conversion to Octal
Can be done by converting each of three binary digits starting from the rear.
Examples:
image

3. Conversion to Hexademial
Can be done by converting every four binary digits starting from the rear.
Examples:
image