Convert the Number -1 880.599 999 999 999 909 050 529 822 707 176 208 496 9 to 64 Bit Double Precision IEEE 754 Binary Floating Point Representation Standard, From a Base Ten Decimal System Number. Detailed Explanations

Number -1 880.599 999 999 999 909 050 529 822 707 176 208 496 9(10) converted and written in 64 bit double precision IEEE 754 binary floating point representation (1 bit for sign, 11 bits for exponent, 52 bits for mantissa)

The first steps we'll go through to make the conversion:

Convert to binary (to base 2) the integer part of the number.

Convert to binary the fractional part of the number.


1. Start with the positive version of the number:

|-1 880.599 999 999 999 909 050 529 822 707 176 208 496 9| = 1 880.599 999 999 999 909 050 529 822 707 176 208 496 9

2. First, convert to binary (in base 2) the integer part: 1 880.
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;
  • 1 880 ÷ 2 = 940 + 0;
  • 940 ÷ 2 = 470 + 0;
  • 470 ÷ 2 = 235 + 0;
  • 235 ÷ 2 = 117 + 1;
  • 117 ÷ 2 = 58 + 1;
  • 58 ÷ 2 = 29 + 0;
  • 29 ÷ 2 = 14 + 1;
  • 14 ÷ 2 = 7 + 0;
  • 7 ÷ 2 = 3 + 1;
  • 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.


1 880(10) =


111 0101 1000(2)


4. Convert to binary (base 2) the fractional part: 0.599 999 999 999 909 050 529 822 707 176 208 496 9.

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.599 999 999 999 909 050 529 822 707 176 208 496 9 × 2 = 1 + 0.199 999 999 999 818 101 059 645 414 352 416 993 8;
  • 2) 0.199 999 999 999 818 101 059 645 414 352 416 993 8 × 2 = 0 + 0.399 999 999 999 636 202 119 290 828 704 833 987 6;
  • 3) 0.399 999 999 999 636 202 119 290 828 704 833 987 6 × 2 = 0 + 0.799 999 999 999 272 404 238 581 657 409 667 975 2;
  • 4) 0.799 999 999 999 272 404 238 581 657 409 667 975 2 × 2 = 1 + 0.599 999 999 998 544 808 477 163 314 819 335 950 4;
  • 5) 0.599 999 999 998 544 808 477 163 314 819 335 950 4 × 2 = 1 + 0.199 999 999 997 089 616 954 326 629 638 671 900 8;
  • 6) 0.199 999 999 997 089 616 954 326 629 638 671 900 8 × 2 = 0 + 0.399 999 999 994 179 233 908 653 259 277 343 801 6;
  • 7) 0.399 999 999 994 179 233 908 653 259 277 343 801 6 × 2 = 0 + 0.799 999 999 988 358 467 817 306 518 554 687 603 2;
  • 8) 0.799 999 999 988 358 467 817 306 518 554 687 603 2 × 2 = 1 + 0.599 999 999 976 716 935 634 613 037 109 375 206 4;
  • 9) 0.599 999 999 976 716 935 634 613 037 109 375 206 4 × 2 = 1 + 0.199 999 999 953 433 871 269 226 074 218 750 412 8;
  • 10) 0.199 999 999 953 433 871 269 226 074 218 750 412 8 × 2 = 0 + 0.399 999 999 906 867 742 538 452 148 437 500 825 6;
  • 11) 0.399 999 999 906 867 742 538 452 148 437 500 825 6 × 2 = 0 + 0.799 999 999 813 735 485 076 904 296 875 001 651 2;
  • 12) 0.799 999 999 813 735 485 076 904 296 875 001 651 2 × 2 = 1 + 0.599 999 999 627 470 970 153 808 593 750 003 302 4;
  • 13) 0.599 999 999 627 470 970 153 808 593 750 003 302 4 × 2 = 1 + 0.199 999 999 254 941 940 307 617 187 500 006 604 8;
  • 14) 0.199 999 999 254 941 940 307 617 187 500 006 604 8 × 2 = 0 + 0.399 999 998 509 883 880 615 234 375 000 013 209 6;
  • 15) 0.399 999 998 509 883 880 615 234 375 000 013 209 6 × 2 = 0 + 0.799 999 997 019 767 761 230 468 750 000 026 419 2;
  • 16) 0.799 999 997 019 767 761 230 468 750 000 026 419 2 × 2 = 1 + 0.599 999 994 039 535 522 460 937 500 000 052 838 4;
  • 17) 0.599 999 994 039 535 522 460 937 500 000 052 838 4 × 2 = 1 + 0.199 999 988 079 071 044 921 875 000 000 105 676 8;
  • 18) 0.199 999 988 079 071 044 921 875 000 000 105 676 8 × 2 = 0 + 0.399 999 976 158 142 089 843 750 000 000 211 353 6;
  • 19) 0.399 999 976 158 142 089 843 750 000 000 211 353 6 × 2 = 0 + 0.799 999 952 316 284 179 687 500 000 000 422 707 2;
  • 20) 0.799 999 952 316 284 179 687 500 000 000 422 707 2 × 2 = 1 + 0.599 999 904 632 568 359 375 000 000 000 845 414 4;
  • 21) 0.599 999 904 632 568 359 375 000 000 000 845 414 4 × 2 = 1 + 0.199 999 809 265 136 718 750 000 000 001 690 828 8;
  • 22) 0.199 999 809 265 136 718 750 000 000 001 690 828 8 × 2 = 0 + 0.399 999 618 530 273 437 500 000 000 003 381 657 6;
  • 23) 0.399 999 618 530 273 437 500 000 000 003 381 657 6 × 2 = 0 + 0.799 999 237 060 546 875 000 000 000 006 763 315 2;
  • 24) 0.799 999 237 060 546 875 000 000 000 006 763 315 2 × 2 = 1 + 0.599 998 474 121 093 750 000 000 000 013 526 630 4;
  • 25) 0.599 998 474 121 093 750 000 000 000 013 526 630 4 × 2 = 1 + 0.199 996 948 242 187 500 000 000 000 027 053 260 8;
  • 26) 0.199 996 948 242 187 500 000 000 000 027 053 260 8 × 2 = 0 + 0.399 993 896 484 375 000 000 000 000 054 106 521 6;
  • 27) 0.399 993 896 484 375 000 000 000 000 054 106 521 6 × 2 = 0 + 0.799 987 792 968 750 000 000 000 000 108 213 043 2;
  • 28) 0.799 987 792 968 750 000 000 000 000 108 213 043 2 × 2 = 1 + 0.599 975 585 937 500 000 000 000 000 216 426 086 4;
  • 29) 0.599 975 585 937 500 000 000 000 000 216 426 086 4 × 2 = 1 + 0.199 951 171 875 000 000 000 000 000 432 852 172 8;
  • 30) 0.199 951 171 875 000 000 000 000 000 432 852 172 8 × 2 = 0 + 0.399 902 343 750 000 000 000 000 000 865 704 345 6;
  • 31) 0.399 902 343 750 000 000 000 000 000 865 704 345 6 × 2 = 0 + 0.799 804 687 500 000 000 000 000 001 731 408 691 2;
  • 32) 0.799 804 687 500 000 000 000 000 001 731 408 691 2 × 2 = 1 + 0.599 609 375 000 000 000 000 000 003 462 817 382 4;
  • 33) 0.599 609 375 000 000 000 000 000 003 462 817 382 4 × 2 = 1 + 0.199 218 750 000 000 000 000 000 006 925 634 764 8;
  • 34) 0.199 218 750 000 000 000 000 000 006 925 634 764 8 × 2 = 0 + 0.398 437 500 000 000 000 000 000 013 851 269 529 6;
  • 35) 0.398 437 500 000 000 000 000 000 013 851 269 529 6 × 2 = 0 + 0.796 875 000 000 000 000 000 000 027 702 539 059 2;
  • 36) 0.796 875 000 000 000 000 000 000 027 702 539 059 2 × 2 = 1 + 0.593 750 000 000 000 000 000 000 055 405 078 118 4;
  • 37) 0.593 750 000 000 000 000 000 000 055 405 078 118 4 × 2 = 1 + 0.187 500 000 000 000 000 000 000 110 810 156 236 8;
  • 38) 0.187 500 000 000 000 000 000 000 110 810 156 236 8 × 2 = 0 + 0.375 000 000 000 000 000 000 000 221 620 312 473 6;
  • 39) 0.375 000 000 000 000 000 000 000 221 620 312 473 6 × 2 = 0 + 0.750 000 000 000 000 000 000 000 443 240 624 947 2;
  • 40) 0.750 000 000 000 000 000 000 000 443 240 624 947 2 × 2 = 1 + 0.500 000 000 000 000 000 000 000 886 481 249 894 4;
  • 41) 0.500 000 000 000 000 000 000 000 886 481 249 894 4 × 2 = 1 + 0.000 000 000 000 000 000 000 001 772 962 499 788 8;
  • 42) 0.000 000 000 000 000 000 000 001 772 962 499 788 8 × 2 = 0 + 0.000 000 000 000 000 000 000 003 545 924 999 577 6;
  • 43) 0.000 000 000 000 000 000 000 003 545 924 999 577 6 × 2 = 0 + 0.000 000 000 000 000 000 000 007 091 849 999 155 2;
  • 44) 0.000 000 000 000 000 000 000 007 091 849 999 155 2 × 2 = 0 + 0.000 000 000 000 000 000 000 014 183 699 998 310 4;
  • 45) 0.000 000 000 000 000 000 000 014 183 699 998 310 4 × 2 = 0 + 0.000 000 000 000 000 000 000 028 367 399 996 620 8;
  • 46) 0.000 000 000 000 000 000 000 028 367 399 996 620 8 × 2 = 0 + 0.000 000 000 000 000 000 000 056 734 799 993 241 6;
  • 47) 0.000 000 000 000 000 000 000 056 734 799 993 241 6 × 2 = 0 + 0.000 000 000 000 000 000 000 113 469 599 986 483 2;
  • 48) 0.000 000 000 000 000 000 000 113 469 599 986 483 2 × 2 = 0 + 0.000 000 000 000 000 000 000 226 939 199 972 966 4;
  • 49) 0.000 000 000 000 000 000 000 226 939 199 972 966 4 × 2 = 0 + 0.000 000 000 000 000 000 000 453 878 399 945 932 8;
  • 50) 0.000 000 000 000 000 000 000 453 878 399 945 932 8 × 2 = 0 + 0.000 000 000 000 000 000 000 907 756 799 891 865 6;
  • 51) 0.000 000 000 000 000 000 000 907 756 799 891 865 6 × 2 = 0 + 0.000 000 000 000 000 000 001 815 513 599 783 731 2;
  • 52) 0.000 000 000 000 000 000 001 815 513 599 783 731 2 × 2 = 0 + 0.000 000 000 000 000 000 003 631 027 199 567 462 4;
  • 53) 0.000 000 000 000 000 000 003 631 027 199 567 462 4 × 2 = 0 + 0.000 000 000 000 000 000 007 262 054 399 134 924 8;

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...)


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.599 999 999 999 909 050 529 822 707 176 208 496 9(10) =


0.1001 1001 1001 1001 1001 1001 1001 1001 1001 1001 1000 0000 0000 0(2)


6. Positive number before normalization:

1 880.599 999 999 999 909 050 529 822 707 176 208 496 9(10) =


111 0101 1000.1001 1001 1001 1001 1001 1001 1001 1001 1001 1001 1000 0000 0000 0(2)


The last steps we'll go through to make the conversion:

Normalize the binary representation of the number.

Adjust the exponent.

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

Normalize the mantissa.


7. Normalize the binary representation of the number.

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


1 880.599 999 999 999 909 050 529 822 707 176 208 496 9(10) =


111 0101 1000.1001 1001 1001 1001 1001 1001 1001 1001 1001 1001 1000 0000 0000 0(2) =


111 0101 1000.1001 1001 1001 1001 1001 1001 1001 1001 1001 1001 1000 0000 0000 0(2) × 20 =


1.1101 0110 0010 0110 0110 0110 0110 0110 0110 0110 0110 0110 0110 0000 0000 000(2) × 210


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): 10


Mantissa (not normalized):
1.1101 0110 0010 0110 0110 0110 0110 0110 0110 0110 0110 0110 0110 0000 0000 000


9. Adjust the exponent.

Use the 11 bit excess/bias notation:


Exponent (adjusted) =


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


10 + 2(11-1) - 1 =


(10 + 1 023)(10) =


1 033(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 033 ÷ 2 = 516 + 1;
  • 516 ÷ 2 = 258 + 0;
  • 258 ÷ 2 = 129 + 0;
  • 129 ÷ 2 = 64 + 1;
  • 64 ÷ 2 = 32 + 0;
  • 32 ÷ 2 = 16 + 0;
  • 16 ÷ 2 = 8 + 0;
  • 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) =


1033(10) =


100 0000 1001(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. 1101 0110 0010 0110 0110 0110 0110 0110 0110 0110 0110 0110 0110 000 0000 0000 =


1101 0110 0010 0110 0110 0110 0110 0110 0110 0110 0110 0110 0110


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 0000 1001


Mantissa (52 bits) =
1101 0110 0010 0110 0110 0110 0110 0110 0110 0110 0110 0110 0110


The base ten decimal number -1 880.599 999 999 999 909 050 529 822 707 176 208 496 9 converted and written in 64 bit double precision IEEE 754 binary floating point representation:
1 - 100 0000 1001 - 1101 0110 0010 0110 0110 0110 0110 0110 0110 0110 0110 0110 0110

(64 bits IEEE 754)

Number -1 880.599 999 999 999 909 050 529 822 707 176 208 497 converted from decimal system (base 10) to 64 bit double precision IEEE 754 binary floating point representation = ?

Number -1 880.599 999 999 999 909 050 529 822 707 176 208 496 8 converted from decimal system (base 10) to 64 bit double precision IEEE 754 binary floating point representation = ?

Convert to 64 bit double precision IEEE 754 binary floating point representation standard

A number in 64 bit double precision IEEE 754 binary floating point standard representation requires three building elements: sign (it takes 1 bit and it's either 0 for positive or 1 for negative numbers), exponent (11 bits), mantissa (52 bits)

The latest decimal numbers converted from base ten to 64 bit double precision IEEE 754 floating point binary standard representation

Number -1 880.599 999 999 999 909 050 529 822 707 176 208 496 9 converted from decimal system (written in base ten) to 64 bit double precision IEEE 754 binary floating point representation standard Sep 28 02:07 UTC (GMT)
Number -8.038 469 1 converted from decimal system (written in base ten) to 64 bit double precision IEEE 754 binary floating point representation standard Sep 28 02:07 UTC (GMT)
Number 138 340 928 311 converted from decimal system (written in base ten) to 64 bit double precision IEEE 754 binary floating point representation standard Sep 28 02:07 UTC (GMT)
Number 111.076 7 converted from decimal system (written in base ten) to 64 bit double precision IEEE 754 binary floating point representation standard Sep 28 02:07 UTC (GMT)
Number 83 742 760 converted from decimal system (written in base ten) to 64 bit double precision IEEE 754 binary floating point representation standard Sep 28 02:07 UTC (GMT)
Number -0.016 738 891 601 562 874 700 270 810 997 converted from decimal system (written in base ten) to 64 bit double precision IEEE 754 binary floating point representation standard Sep 28 02:07 UTC (GMT)
Number 250 863 409 716 578 921 365 012 657 892 360 156 752 868 791 034 623 794 360 617 894 260 167 483 291 756 026 541 962 370 476 198 746 520 451 759 201 678 342 032 647 897 618 246 230 462 738 947 235 689 127 356 749 375 632 458 962 105 463 982 561 789 356 789 126 532 178 965 782 465 829 376 178 492 654 772 456 874 554 853 465 464 373 653 647 281 948 273 627 183 726 372 819 382 716 372 918 273 267 173 converted from decimal system (written in base ten) to 64 bit double precision IEEE 754 binary floating point representation standard Sep 28 02:07 UTC (GMT)
Number 922 337 203 685 477.123 412 341 234 123 3 converted from decimal system (written in base ten) to 64 bit double precision IEEE 754 binary floating point representation standard Sep 28 02:07 UTC (GMT)
Number 3.141 592 741 012 579 converted from decimal system (written in base ten) to 64 bit double precision IEEE 754 binary floating point representation standard Sep 28 02:07 UTC (GMT)
Number 2 305 843 009 213 693 956 converted from decimal system (written in base ten) to 64 bit double precision IEEE 754 binary floating point representation standard Sep 28 02:07 UTC (GMT)
All base ten decimal numbers converted to 64 bit double precision IEEE 754 binary floating point

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:

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

Available Base Conversions Between Decimal and Binary Systems

Conversions Between Decimal System Numbers (Written in Base Ten) and Binary System Numbers (Base Two and Computer Representation):


1. Integer -> Binary

2. Decimal -> Binary

3. Binary -> Integer

4. Binary -> Decimal