Computer Fundamental
Computer Tutorial

Converting Decimal Integer Fraction to Binary, Octal, Hexadecimal



Converting Decimal Integer Fraction to Binary, Octal, Hexadecimal

A decimal integer fraction number has both integer part and fraction part. The steps for conversion of a decimal integer fraction to any other base are—
1. Convert decimal integer part to the desired base following the steps shown in Converting Decimal Integer to Binary, Octal, Hexadecimal.
2. Convert decimal fraction part to the desired base following the steps shown in Converting Decimal Fraction to Binary, Octal, Hexadecimal.
3. The integer and fraction part in the desired base is combined to get integer fraction.

Convert 34.4674 from Base 10 to Base 2

Convering Decimal Integer Fraction to Binary

Convert 34.4674 from Base 10 to Base 8.

Convering Decimal Integer Fraction to Octal

Convert 34.4674 from Base 10 to Base 16.

Convering Decimal Integer Fraction to Hexadeciaml