-112 231 289 378 091 283 098.438 Converted to 64 Bit Double Precision IEEE 754 Binary Floating Point Representation Standard

Convert decimal -112 231 289 378 091 283 098.438(10) to 64 bit double precision IEEE 754 binary floating point representation standard (1 bit for sign, 11 bits for exponent, 52 bits for mantissa)

What are the steps to convert decimal number
-112 231 289 378 091 283 098.438(10) to 64 bit double precision IEEE 754 binary floating point representation (1 bit for sign, 11 bits for exponent, 52 bits for mantissa)

1. Start with the positive version of the number:

|-112 231 289 378 091 283 098.438| = 112 231 289 378 091 283 098.438


2. First, convert to binary (in base 2) the integer part: 112 231 289 378 091 283 098.
Divide the number repeatedly by 2.

Keep track of each remainder.

We stop when we get a quotient that is equal to zero.


  • division = quotient + remainder;
  • 112 231 289 378 091 283 098 ÷ 2 = 56 115 644 689 045 641 549 + 0;
  • 56 115 644 689 045 641 549 ÷ 2 = 28 057 822 344 522 820 774 + 1;
  • 28 057 822 344 522 820 774 ÷ 2 = 14 028 911 172 261 410 387 + 0;
  • 14 028 911 172 261 410 387 ÷ 2 = 7 014 455 586 130 705 193 + 1;
  • 7 014 455 586 130 705 193 ÷ 2 = 3 507 227 793 065 352 596 + 1;
  • 3 507 227 793 065 352 596 ÷ 2 = 1 753 613 896 532 676 298 + 0;
  • 1 753 613 896 532 676 298 ÷ 2 = 876 806 948 266 338 149 + 0;
  • 876 806 948 266 338 149 ÷ 2 = 438 403 474 133 169 074 + 1;
  • 438 403 474 133 169 074 ÷ 2 = 219 201 737 066 584 537 + 0;
  • 219 201 737 066 584 537 ÷ 2 = 109 600 868 533 292 268 + 1;
  • 109 600 868 533 292 268 ÷ 2 = 54 800 434 266 646 134 + 0;
  • 54 800 434 266 646 134 ÷ 2 = 27 400 217 133 323 067 + 0;
  • 27 400 217 133 323 067 ÷ 2 = 13 700 108 566 661 533 + 1;
  • 13 700 108 566 661 533 ÷ 2 = 6 850 054 283 330 766 + 1;
  • 6 850 054 283 330 766 ÷ 2 = 3 425 027 141 665 383 + 0;
  • 3 425 027 141 665 383 ÷ 2 = 1 712 513 570 832 691 + 1;
  • 1 712 513 570 832 691 ÷ 2 = 856 256 785 416 345 + 1;
  • 856 256 785 416 345 ÷ 2 = 428 128 392 708 172 + 1;
  • 428 128 392 708 172 ÷ 2 = 214 064 196 354 086 + 0;
  • 214 064 196 354 086 ÷ 2 = 107 032 098 177 043 + 0;
  • 107 032 098 177 043 ÷ 2 = 53 516 049 088 521 + 1;
  • 53 516 049 088 521 ÷ 2 = 26 758 024 544 260 + 1;
  • 26 758 024 544 260 ÷ 2 = 13 379 012 272 130 + 0;
  • 13 379 012 272 130 ÷ 2 = 6 689 506 136 065 + 0;
  • 6 689 506 136 065 ÷ 2 = 3 344 753 068 032 + 1;
  • 3 344 753 068 032 ÷ 2 = 1 672 376 534 016 + 0;
  • 1 672 376 534 016 ÷ 2 = 836 188 267 008 + 0;
  • 836 188 267 008 ÷ 2 = 418 094 133 504 + 0;
  • 418 094 133 504 ÷ 2 = 209 047 066 752 + 0;
  • 209 047 066 752 ÷ 2 = 104 523 533 376 + 0;
  • 104 523 533 376 ÷ 2 = 52 261 766 688 + 0;
  • 52 261 766 688 ÷ 2 = 26 130 883 344 + 0;
  • 26 130 883 344 ÷ 2 = 13 065 441 672 + 0;
  • 13 065 441 672 ÷ 2 = 6 532 720 836 + 0;
  • 6 532 720 836 ÷ 2 = 3 266 360 418 + 0;
  • 3 266 360 418 ÷ 2 = 1 633 180 209 + 0;
  • 1 633 180 209 ÷ 2 = 816 590 104 + 1;
  • 816 590 104 ÷ 2 = 408 295 052 + 0;
  • 408 295 052 ÷ 2 = 204 147 526 + 0;
  • 204 147 526 ÷ 2 = 102 073 763 + 0;
  • 102 073 763 ÷ 2 = 51 036 881 + 1;
  • 51 036 881 ÷ 2 = 25 518 440 + 1;
  • 25 518 440 ÷ 2 = 12 759 220 + 0;
  • 12 759 220 ÷ 2 = 6 379 610 + 0;
  • 6 379 610 ÷ 2 = 3 189 805 + 0;
  • 3 189 805 ÷ 2 = 1 594 902 + 1;
  • 1 594 902 ÷ 2 = 797 451 + 0;
  • 797 451 ÷ 2 = 398 725 + 1;
  • 398 725 ÷ 2 = 199 362 + 1;
  • 199 362 ÷ 2 = 99 681 + 0;
  • 99 681 ÷ 2 = 49 840 + 1;
  • 49 840 ÷ 2 = 24 920 + 0;
  • 24 920 ÷ 2 = 12 460 + 0;
  • 12 460 ÷ 2 = 6 230 + 0;
  • 6 230 ÷ 2 = 3 115 + 0;
  • 3 115 ÷ 2 = 1 557 + 1;
  • 1 557 ÷ 2 = 778 + 1;
  • 778 ÷ 2 = 389 + 0;
  • 389 ÷ 2 = 194 + 1;
  • 194 ÷ 2 = 97 + 0;
  • 97 ÷ 2 = 48 + 1;
  • 48 ÷ 2 = 24 + 0;
  • 24 ÷ 2 = 12 + 0;
  • 12 ÷ 2 = 6 + 0;
  • 6 ÷ 2 = 3 + 0;
  • 3 ÷ 2 = 1 + 1;
  • 1 ÷ 2 = 0 + 1;

3. Construct the base 2 representation of the integer part of the number.

Take all the remainders starting from the bottom of the list constructed above.

112 231 289 378 091 283 098(10) =


110 0001 0101 1000 0101 1010 0011 0001 0000 0000 0001 0011 0011 1011 0010 1001 1010(2)


4. Convert to binary (base 2) the fractional part: 0.438.

Multiply it repeatedly by 2.


Keep track of each integer part of the results.


Stop when we get a fractional part that is equal to zero.


  • #) multiplying = integer + fractional part;
  • 1) 0.438 × 2 = 0 + 0.876;
  • 2) 0.876 × 2 = 1 + 0.752;
  • 3) 0.752 × 2 = 1 + 0.504;
  • 4) 0.504 × 2 = 1 + 0.008;
  • 5) 0.008 × 2 = 0 + 0.016;
  • 6) 0.016 × 2 = 0 + 0.032;
  • 7) 0.032 × 2 = 0 + 0.064;
  • 8) 0.064 × 2 = 0 + 0.128;
  • 9) 0.128 × 2 = 0 + 0.256;
  • 10) 0.256 × 2 = 0 + 0.512;
  • 11) 0.512 × 2 = 1 + 0.024;
  • 12) 0.024 × 2 = 0 + 0.048;
  • 13) 0.048 × 2 = 0 + 0.096;
  • 14) 0.096 × 2 = 0 + 0.192;
  • 15) 0.192 × 2 = 0 + 0.384;
  • 16) 0.384 × 2 = 0 + 0.768;
  • 17) 0.768 × 2 = 1 + 0.536;
  • 18) 0.536 × 2 = 1 + 0.072;
  • 19) 0.072 × 2 = 0 + 0.144;
  • 20) 0.144 × 2 = 0 + 0.288;
  • 21) 0.288 × 2 = 0 + 0.576;
  • 22) 0.576 × 2 = 1 + 0.152;
  • 23) 0.152 × 2 = 0 + 0.304;
  • 24) 0.304 × 2 = 0 + 0.608;
  • 25) 0.608 × 2 = 1 + 0.216;
  • 26) 0.216 × 2 = 0 + 0.432;
  • 27) 0.432 × 2 = 0 + 0.864;
  • 28) 0.864 × 2 = 1 + 0.728;
  • 29) 0.728 × 2 = 1 + 0.456;
  • 30) 0.456 × 2 = 0 + 0.912;
  • 31) 0.912 × 2 = 1 + 0.824;
  • 32) 0.824 × 2 = 1 + 0.648;
  • 33) 0.648 × 2 = 1 + 0.296;
  • 34) 0.296 × 2 = 0 + 0.592;
  • 35) 0.592 × 2 = 1 + 0.184;
  • 36) 0.184 × 2 = 0 + 0.368;
  • 37) 0.368 × 2 = 0 + 0.736;
  • 38) 0.736 × 2 = 1 + 0.472;
  • 39) 0.472 × 2 = 0 + 0.944;
  • 40) 0.944 × 2 = 1 + 0.888;
  • 41) 0.888 × 2 = 1 + 0.776;
  • 42) 0.776 × 2 = 1 + 0.552;
  • 43) 0.552 × 2 = 1 + 0.104;
  • 44) 0.104 × 2 = 0 + 0.208;
  • 45) 0.208 × 2 = 0 + 0.416;
  • 46) 0.416 × 2 = 0 + 0.832;
  • 47) 0.832 × 2 = 1 + 0.664;
  • 48) 0.664 × 2 = 1 + 0.328;
  • 49) 0.328 × 2 = 0 + 0.656;
  • 50) 0.656 × 2 = 1 + 0.312;
  • 51) 0.312 × 2 = 0 + 0.624;
  • 52) 0.624 × 2 = 1 + 0.248;
  • 53) 0.248 × 2 = 0 + 0.496;

We didn't get any fractional part that was equal to zero. But we had enough iterations (over Mantissa limit) and at least one integer that was different from zero => FULL STOP (Losing precision - the converted number we get in the end will be just a very good approximation of the initial one).


5. Construct the base 2 representation of the fractional part of the number.

Take all the integer parts of the multiplying operations, starting from the top of the constructed list above:


0.438(10) =


0.0111 0000 0010 0000 1100 0100 1001 1011 1010 0101 1110 0011 0101 0(2)

6. Positive number before normalization:

112 231 289 378 091 283 098.438(10) =


110 0001 0101 1000 0101 1010 0011 0001 0000 0000 0001 0011 0011 1011 0010 1001 1010.0111 0000 0010 0000 1100 0100 1001 1011 1010 0101 1110 0011 0101 0(2)

7. Normalize the binary representation of the number.

Shift the decimal mark 66 positions to the left, so that only one non zero digit remains to the left of it:


112 231 289 378 091 283 098.438(10) =


110 0001 0101 1000 0101 1010 0011 0001 0000 0000 0001 0011 0011 1011 0010 1001 1010.0111 0000 0010 0000 1100 0100 1001 1011 1010 0101 1110 0011 0101 0(2) =


110 0001 0101 1000 0101 1010 0011 0001 0000 0000 0001 0011 0011 1011 0010 1001 1010.0111 0000 0010 0000 1100 0100 1001 1011 1010 0101 1110 0011 0101 0(2) × 20 =


1.1000 0101 0110 0001 0110 1000 1100 0100 0000 0000 0100 1100 1110 1100 1010 0110 1001 1100 0000 1000 0011 0001 0010 0110 1110 1001 0111 1000 1101 010(2) × 266


8. Up to this moment, there are the following elements that would feed into the 64 bit double precision IEEE 754 binary floating point representation:

Sign 1 (a negative number)


Exponent (unadjusted): 66


Mantissa (not normalized):
1.1000 0101 0110 0001 0110 1000 1100 0100 0000 0000 0100 1100 1110 1100 1010 0110 1001 1100 0000 1000 0011 0001 0010 0110 1110 1001 0111 1000 1101 010


9. Adjust the exponent.

Use the 11 bit excess/bias notation:


Exponent (adjusted) =


Exponent (unadjusted) + 2(11-1) - 1 =


66 + 2(11-1) - 1 =


(66 + 1 023)(10) =


1 089(10)


10. Convert the adjusted exponent from the decimal (base 10) to 11 bit binary.

Use the same technique of repeatedly dividing by 2:


  • division = quotient + remainder;
  • 1 089 ÷ 2 = 544 + 1;
  • 544 ÷ 2 = 272 + 0;
  • 272 ÷ 2 = 136 + 0;
  • 136 ÷ 2 = 68 + 0;
  • 68 ÷ 2 = 34 + 0;
  • 34 ÷ 2 = 17 + 0;
  • 17 ÷ 2 = 8 + 1;
  • 8 ÷ 2 = 4 + 0;
  • 4 ÷ 2 = 2 + 0;
  • 2 ÷ 2 = 1 + 0;
  • 1 ÷ 2 = 0 + 1;

11. Construct the base 2 representation of the adjusted exponent.

Take all the remainders starting from the bottom of the list constructed above.


Exponent (adjusted) =


1089(10) =


100 0100 0001(2)


12. Normalize the mantissa.

a) Remove the leading (the leftmost) bit, since it's allways 1, and the decimal point, if the case.


b) Adjust its length to 52 bits, by removing the excess bits, from the right (if any of the excess bits is set on 1, we are losing precision...).


Mantissa (normalized) =


1. 1000 0101 0110 0001 0110 1000 1100 0100 0000 0000 0100 1100 1110 110 0101 0011 0100 1110 0000 0100 0001 1000 1001 0011 0111 0100 1011 1100 0110 1010 =


1000 0101 0110 0001 0110 1000 1100 0100 0000 0000 0100 1100 1110


13. The three elements that make up the number's 64 bit double precision IEEE 754 binary floating point representation:

Sign (1 bit) =
1 (a negative number)


Exponent (11 bits) =
100 0100 0001


Mantissa (52 bits) =
1000 0101 0110 0001 0110 1000 1100 0100 0000 0000 0100 1100 1110


Decimal number -112 231 289 378 091 283 098.438 converted to 64 bit double precision IEEE 754 binary floating point representation:

1 - 100 0100 0001 - 1000 0101 0110 0001 0110 1000 1100 0100 0000 0000 0100 1100 1110


How to convert numbers from the decimal system (base ten) to 64 bit double precision IEEE 754 binary floating point standard

Follow the steps below to convert a base 10 decimal number to 64 bit double precision IEEE 754 binary floating point:

  • 1. If the number to be converted is negative, start with its the positive version.
  • 2. First convert the integer part. Divide repeatedly by 2 the positive representation of the integer number that is to be converted to binary, until we get a quotient that is equal to zero, keeping track of each remainder.
  • 3. Construct the base 2 representation of the positive integer part of the number, by taking all the remainders from the previous operations, starting from the bottom of the list constructed above. Thus, the last remainder of the divisions becomes the first symbol (the leftmost) of the base two number, while the first remainder becomes the last symbol (the rightmost).
  • 4. Then convert the fractional part. Multiply the number repeatedly by 2, until we get a fractional part that is equal to zero, keeping track of each integer part of the results.
  • 5. Construct the base 2 representation of the fractional part of the number, by taking all the integer parts of the multiplying operations, starting from the top of the list constructed above (they should appear in the binary representation, from left to right, in the order they have been calculated).
  • 6. Normalize the binary representation of the number, shifting the decimal mark (the decimal point) "n" positions either to the left, or to the right, so that only one non zero digit remains to the left of the decimal mark.
  • 7. Adjust the exponent in 11 bit excess/bias notation and then convert it from decimal (base 10) to 11 bit binary, by using the same technique of repeatedly dividing by 2, as shown above:
    Exponent (adjusted) = Exponent (unadjusted) + 2(11-1) - 1
  • 8. Normalize mantissa, remove the leading (leftmost) bit, since it's allways '1' (and the decimal mark, if the case) and adjust its length to 52 bits, either by removing the excess bits from the right (losing precision...) or by adding extra bits set on '0' to the right.
  • 9. Sign (it takes 1 bit) is either 1 for a negative or 0 for a positive number.

Example: convert the negative number -31.640 215 from the decimal system (base ten) to 64 bit double precision IEEE 754 binary floating point:

  • 1. Start with the positive version of the number:

    |-31.640 215| = 31.640 215

  • 2. First convert the integer part, 31. Divide it repeatedly by 2, keeping track of each remainder, until we get a quotient that is equal to zero:
    • division = quotient + remainder;
    • 31 ÷ 2 = 15 + 1;
    • 15 ÷ 2 = 7 + 1;
    • 7 ÷ 2 = 3 + 1;
    • 3 ÷ 2 = 1 + 1;
    • 1 ÷ 2 = 0 + 1;
    • We have encountered a quotient that is ZERO => FULL STOP
  • 3. Construct the base 2 representation of the integer part of the number by taking all the remainders of the previous dividing operations, starting from the bottom of the list constructed above:

    31(10) = 1 1111(2)

  • 4. Then, convert the fractional part, 0.640 215. Multiply repeatedly by 2, keeping track of each integer part of the results, until we get a fractional part that is equal to zero:
    • #) multiplying = integer + fractional part;
    • 1) 0.640 215 × 2 = 1 + 0.280 43;
    • 2) 0.280 43 × 2 = 0 + 0.560 86;
    • 3) 0.560 86 × 2 = 1 + 0.121 72;
    • 4) 0.121 72 × 2 = 0 + 0.243 44;
    • 5) 0.243 44 × 2 = 0 + 0.486 88;
    • 6) 0.486 88 × 2 = 0 + 0.973 76;
    • 7) 0.973 76 × 2 = 1 + 0.947 52;
    • 8) 0.947 52 × 2 = 1 + 0.895 04;
    • 9) 0.895 04 × 2 = 1 + 0.790 08;
    • 10) 0.790 08 × 2 = 1 + 0.580 16;
    • 11) 0.580 16 × 2 = 1 + 0.160 32;
    • 12) 0.160 32 × 2 = 0 + 0.320 64;
    • 13) 0.320 64 × 2 = 0 + 0.641 28;
    • 14) 0.641 28 × 2 = 1 + 0.282 56;
    • 15) 0.282 56 × 2 = 0 + 0.565 12;
    • 16) 0.565 12 × 2 = 1 + 0.130 24;
    • 17) 0.130 24 × 2 = 0 + 0.260 48;
    • 18) 0.260 48 × 2 = 0 + 0.520 96;
    • 19) 0.520 96 × 2 = 1 + 0.041 92;
    • 20) 0.041 92 × 2 = 0 + 0.083 84;
    • 21) 0.083 84 × 2 = 0 + 0.167 68;
    • 22) 0.167 68 × 2 = 0 + 0.335 36;
    • 23) 0.335 36 × 2 = 0 + 0.670 72;
    • 24) 0.670 72 × 2 = 1 + 0.341 44;
    • 25) 0.341 44 × 2 = 0 + 0.682 88;
    • 26) 0.682 88 × 2 = 1 + 0.365 76;
    • 27) 0.365 76 × 2 = 0 + 0.731 52;
    • 28) 0.731 52 × 2 = 1 + 0.463 04;
    • 29) 0.463 04 × 2 = 0 + 0.926 08;
    • 30) 0.926 08 × 2 = 1 + 0.852 16;
    • 31) 0.852 16 × 2 = 1 + 0.704 32;
    • 32) 0.704 32 × 2 = 1 + 0.408 64;
    • 33) 0.408 64 × 2 = 0 + 0.817 28;
    • 34) 0.817 28 × 2 = 1 + 0.634 56;
    • 35) 0.634 56 × 2 = 1 + 0.269 12;
    • 36) 0.269 12 × 2 = 0 + 0.538 24;
    • 37) 0.538 24 × 2 = 1 + 0.076 48;
    • 38) 0.076 48 × 2 = 0 + 0.152 96;
    • 39) 0.152 96 × 2 = 0 + 0.305 92;
    • 40) 0.305 92 × 2 = 0 + 0.611 84;
    • 41) 0.611 84 × 2 = 1 + 0.223 68;
    • 42) 0.223 68 × 2 = 0 + 0.447 36;
    • 43) 0.447 36 × 2 = 0 + 0.894 72;
    • 44) 0.894 72 × 2 = 1 + 0.789 44;
    • 45) 0.789 44 × 2 = 1 + 0.578 88;
    • 46) 0.578 88 × 2 = 1 + 0.157 76;
    • 47) 0.157 76 × 2 = 0 + 0.315 52;
    • 48) 0.315 52 × 2 = 0 + 0.631 04;
    • 49) 0.631 04 × 2 = 1 + 0.262 08;
    • 50) 0.262 08 × 2 = 0 + 0.524 16;
    • 51) 0.524 16 × 2 = 1 + 0.048 32;
    • 52) 0.048 32 × 2 = 0 + 0.096 64;
    • 53) 0.096 64 × 2 = 0 + 0.193 28;
    • We didn't get any fractional part that was equal to zero. But we had enough iterations (over Mantissa limit = 52) and at least one integer part that was different from zero => FULL STOP (losing precision...).
  • 5. Construct the base 2 representation of the fractional part of the number, by taking all the integer parts of the previous multiplying operations, starting from the top of the constructed list above:

    0.640 215(10) = 0.1010 0011 1110 0101 0010 0001 0101 0111 0110 1000 1001 1100 1010 0(2)

  • 6. Summarizing - the positive number before normalization:

    31.640 215(10) = 1 1111.1010 0011 1110 0101 0010 0001 0101 0111 0110 1000 1001 1100 1010 0(2)

  • 7. Normalize the binary representation of the number, shifting the decimal mark 4 positions to the left so that only one non-zero digit stays to the left of the decimal mark:

    31.640 215(10) =
    1 1111.1010 0011 1110 0101 0010 0001 0101 0111 0110 1000 1001 1100 1010 0(2) =
    1 1111.1010 0011 1110 0101 0010 0001 0101 0111 0110 1000 1001 1100 1010 0(2) × 20 =
    1.1111 1010 0011 1110 0101 0010 0001 0101 0111 0110 1000 1001 1100 1010 0(2) × 24

  • 8. Up to this moment, there are the following elements that would feed into the 64 bit double precision IEEE 754 binary floating point representation:

    Sign: 1 (a negative number)

    Exponent (unadjusted): 4

    Mantissa (not-normalized): 1.1111 1010 0011 1110 0101 0010 0001 0101 0111 0110 1000 1001 1100 1010 0

  • 9. Adjust the exponent in 11 bit excess/bias notation and then convert it from decimal (base 10) to 11 bit binary (base 2), by using the same technique of repeatedly dividing it by 2, as shown above:

    Exponent (adjusted) = Exponent (unadjusted) + 2(11-1) - 1 = (4 + 1023)(10) = 1027(10) =
    100 0000 0011(2)

  • 10. Normalize mantissa, remove the leading (leftmost) bit, since it's allways '1' (and the decimal sign) and adjust its length to 52 bits, by removing the excess bits, from the right (losing precision...):

    Mantissa (not-normalized): 1.1111 1010 0011 1110 0101 0010 0001 0101 0111 0110 1000 1001 1100 1010 0

    Mantissa (normalized): 1111 1010 0011 1110 0101 0010 0001 0101 0111 0110 1000 1001 1100

  • Conclusion:

    Sign (1 bit) = 1 (a negative number)

    Exponent (8 bits) = 100 0000 0011

    Mantissa (52 bits) = 1111 1010 0011 1110 0101 0010 0001 0101 0111 0110 1000 1001 1100

  • Number -31.640 215, converted from decimal system (base 10) to 64 bit double precision IEEE 754 binary floating point =
    1 - 100 0000 0011 - 1111 1010 0011 1110 0101 0010 0001 0101 0111 0110 1000 1001 1100