10 111 111 110 999 999 999 999 999 073 Converted to 32 Bit Single Precision IEEE 754 Binary Floating Point Representation Standard

Convert decimal 10 111 111 110 999 999 999 999 999 073(10) to 32 bit single precision IEEE 754 binary floating point representation standard (1 bit for sign, 8 bits for exponent, 23 bits for mantissa)

What are the steps to convert decimal number
10 111 111 110 999 999 999 999 999 073(10) to 32 bit single precision IEEE 754 binary floating point representation (1 bit for sign, 8 bits for exponent, 23 bits for mantissa)

1. 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;
  • 10 111 111 110 999 999 999 999 999 073 ÷ 2 = 5 055 555 555 499 999 999 999 999 536 + 1;
  • 5 055 555 555 499 999 999 999 999 536 ÷ 2 = 2 527 777 777 749 999 999 999 999 768 + 0;
  • 2 527 777 777 749 999 999 999 999 768 ÷ 2 = 1 263 888 888 874 999 999 999 999 884 + 0;
  • 1 263 888 888 874 999 999 999 999 884 ÷ 2 = 631 944 444 437 499 999 999 999 942 + 0;
  • 631 944 444 437 499 999 999 999 942 ÷ 2 = 315 972 222 218 749 999 999 999 971 + 0;
  • 315 972 222 218 749 999 999 999 971 ÷ 2 = 157 986 111 109 374 999 999 999 985 + 1;
  • 157 986 111 109 374 999 999 999 985 ÷ 2 = 78 993 055 554 687 499 999 999 992 + 1;
  • 78 993 055 554 687 499 999 999 992 ÷ 2 = 39 496 527 777 343 749 999 999 996 + 0;
  • 39 496 527 777 343 749 999 999 996 ÷ 2 = 19 748 263 888 671 874 999 999 998 + 0;
  • 19 748 263 888 671 874 999 999 998 ÷ 2 = 9 874 131 944 335 937 499 999 999 + 0;
  • 9 874 131 944 335 937 499 999 999 ÷ 2 = 4 937 065 972 167 968 749 999 999 + 1;
  • 4 937 065 972 167 968 749 999 999 ÷ 2 = 2 468 532 986 083 984 374 999 999 + 1;
  • 2 468 532 986 083 984 374 999 999 ÷ 2 = 1 234 266 493 041 992 187 499 999 + 1;
  • 1 234 266 493 041 992 187 499 999 ÷ 2 = 617 133 246 520 996 093 749 999 + 1;
  • 617 133 246 520 996 093 749 999 ÷ 2 = 308 566 623 260 498 046 874 999 + 1;
  • 308 566 623 260 498 046 874 999 ÷ 2 = 154 283 311 630 249 023 437 499 + 1;
  • 154 283 311 630 249 023 437 499 ÷ 2 = 77 141 655 815 124 511 718 749 + 1;
  • 77 141 655 815 124 511 718 749 ÷ 2 = 38 570 827 907 562 255 859 374 + 1;
  • 38 570 827 907 562 255 859 374 ÷ 2 = 19 285 413 953 781 127 929 687 + 0;
  • 19 285 413 953 781 127 929 687 ÷ 2 = 9 642 706 976 890 563 964 843 + 1;
  • 9 642 706 976 890 563 964 843 ÷ 2 = 4 821 353 488 445 281 982 421 + 1;
  • 4 821 353 488 445 281 982 421 ÷ 2 = 2 410 676 744 222 640 991 210 + 1;
  • 2 410 676 744 222 640 991 210 ÷ 2 = 1 205 338 372 111 320 495 605 + 0;
  • 1 205 338 372 111 320 495 605 ÷ 2 = 602 669 186 055 660 247 802 + 1;
  • 602 669 186 055 660 247 802 ÷ 2 = 301 334 593 027 830 123 901 + 0;
  • 301 334 593 027 830 123 901 ÷ 2 = 150 667 296 513 915 061 950 + 1;
  • 150 667 296 513 915 061 950 ÷ 2 = 75 333 648 256 957 530 975 + 0;
  • 75 333 648 256 957 530 975 ÷ 2 = 37 666 824 128 478 765 487 + 1;
  • 37 666 824 128 478 765 487 ÷ 2 = 18 833 412 064 239 382 743 + 1;
  • 18 833 412 064 239 382 743 ÷ 2 = 9 416 706 032 119 691 371 + 1;
  • 9 416 706 032 119 691 371 ÷ 2 = 4 708 353 016 059 845 685 + 1;
  • 4 708 353 016 059 845 685 ÷ 2 = 2 354 176 508 029 922 842 + 1;
  • 2 354 176 508 029 922 842 ÷ 2 = 1 177 088 254 014 961 421 + 0;
  • 1 177 088 254 014 961 421 ÷ 2 = 588 544 127 007 480 710 + 1;
  • 588 544 127 007 480 710 ÷ 2 = 294 272 063 503 740 355 + 0;
  • 294 272 063 503 740 355 ÷ 2 = 147 136 031 751 870 177 + 1;
  • 147 136 031 751 870 177 ÷ 2 = 73 568 015 875 935 088 + 1;
  • 73 568 015 875 935 088 ÷ 2 = 36 784 007 937 967 544 + 0;
  • 36 784 007 937 967 544 ÷ 2 = 18 392 003 968 983 772 + 0;
  • 18 392 003 968 983 772 ÷ 2 = 9 196 001 984 491 886 + 0;
  • 9 196 001 984 491 886 ÷ 2 = 4 598 000 992 245 943 + 0;
  • 4 598 000 992 245 943 ÷ 2 = 2 299 000 496 122 971 + 1;
  • 2 299 000 496 122 971 ÷ 2 = 1 149 500 248 061 485 + 1;
  • 1 149 500 248 061 485 ÷ 2 = 574 750 124 030 742 + 1;
  • 574 750 124 030 742 ÷ 2 = 287 375 062 015 371 + 0;
  • 287 375 062 015 371 ÷ 2 = 143 687 531 007 685 + 1;
  • 143 687 531 007 685 ÷ 2 = 71 843 765 503 842 + 1;
  • 71 843 765 503 842 ÷ 2 = 35 921 882 751 921 + 0;
  • 35 921 882 751 921 ÷ 2 = 17 960 941 375 960 + 1;
  • 17 960 941 375 960 ÷ 2 = 8 980 470 687 980 + 0;
  • 8 980 470 687 980 ÷ 2 = 4 490 235 343 990 + 0;
  • 4 490 235 343 990 ÷ 2 = 2 245 117 671 995 + 0;
  • 2 245 117 671 995 ÷ 2 = 1 122 558 835 997 + 1;
  • 1 122 558 835 997 ÷ 2 = 561 279 417 998 + 1;
  • 561 279 417 998 ÷ 2 = 280 639 708 999 + 0;
  • 280 639 708 999 ÷ 2 = 140 319 854 499 + 1;
  • 140 319 854 499 ÷ 2 = 70 159 927 249 + 1;
  • 70 159 927 249 ÷ 2 = 35 079 963 624 + 1;
  • 35 079 963 624 ÷ 2 = 17 539 981 812 + 0;
  • 17 539 981 812 ÷ 2 = 8 769 990 906 + 0;
  • 8 769 990 906 ÷ 2 = 4 384 995 453 + 0;
  • 4 384 995 453 ÷ 2 = 2 192 497 726 + 1;
  • 2 192 497 726 ÷ 2 = 1 096 248 863 + 0;
  • 1 096 248 863 ÷ 2 = 548 124 431 + 1;
  • 548 124 431 ÷ 2 = 274 062 215 + 1;
  • 274 062 215 ÷ 2 = 137 031 107 + 1;
  • 137 031 107 ÷ 2 = 68 515 553 + 1;
  • 68 515 553 ÷ 2 = 34 257 776 + 1;
  • 34 257 776 ÷ 2 = 17 128 888 + 0;
  • 17 128 888 ÷ 2 = 8 564 444 + 0;
  • 8 564 444 ÷ 2 = 4 282 222 + 0;
  • 4 282 222 ÷ 2 = 2 141 111 + 0;
  • 2 141 111 ÷ 2 = 1 070 555 + 1;
  • 1 070 555 ÷ 2 = 535 277 + 1;
  • 535 277 ÷ 2 = 267 638 + 1;
  • 267 638 ÷ 2 = 133 819 + 0;
  • 133 819 ÷ 2 = 66 909 + 1;
  • 66 909 ÷ 2 = 33 454 + 1;
  • 33 454 ÷ 2 = 16 727 + 0;
  • 16 727 ÷ 2 = 8 363 + 1;
  • 8 363 ÷ 2 = 4 181 + 1;
  • 4 181 ÷ 2 = 2 090 + 1;
  • 2 090 ÷ 2 = 1 045 + 0;
  • 1 045 ÷ 2 = 522 + 1;
  • 522 ÷ 2 = 261 + 0;
  • 261 ÷ 2 = 130 + 1;
  • 130 ÷ 2 = 65 + 0;
  • 65 ÷ 2 = 32 + 1;
  • 32 ÷ 2 = 16 + 0;
  • 16 ÷ 2 = 8 + 0;
  • 8 ÷ 2 = 4 + 0;
  • 4 ÷ 2 = 2 + 0;
  • 2 ÷ 2 = 1 + 0;
  • 1 ÷ 2 = 0 + 1;

2. Construct the base 2 representation of the positive number.

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

10 111 111 110 999 999 999 999 999 073(10) =


10 0000 1010 1011 1011 0111 0000 1111 1010 0011 1011 0001 0110 1110 0001 1010 1111 1010 1011 1011 1111 1100 0110 0001(2)


3. Normalize the binary representation of the number.

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


10 111 111 110 999 999 999 999 999 073(10) =


10 0000 1010 1011 1011 0111 0000 1111 1010 0011 1011 0001 0110 1110 0001 1010 1111 1010 1011 1011 1111 1100 0110 0001(2) =


10 0000 1010 1011 1011 0111 0000 1111 1010 0011 1011 0001 0110 1110 0001 1010 1111 1010 1011 1011 1111 1100 0110 0001(2) × 20 =


1.0000 0101 0101 1101 1011 1000 0111 1101 0001 1101 1000 1011 0111 0000 1101 0111 1101 0101 1101 1111 1110 0011 0000 1(2) × 293


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

Sign 0 (a positive number)


Exponent (unadjusted): 93


Mantissa (not normalized):
1.0000 0101 0101 1101 1011 1000 0111 1101 0001 1101 1000 1011 0111 0000 1101 0111 1101 0101 1101 1111 1110 0011 0000 1


5. Adjust the exponent.

Use the 8 bit excess/bias notation:


Exponent (adjusted) =


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


93 + 2(8-1) - 1 =


(93 + 127)(10) =


220(10)


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

Use the same technique of repeatedly dividing by 2:


  • division = quotient + remainder;
  • 220 ÷ 2 = 110 + 0;
  • 110 ÷ 2 = 55 + 0;
  • 55 ÷ 2 = 27 + 1;
  • 27 ÷ 2 = 13 + 1;
  • 13 ÷ 2 = 6 + 1;
  • 6 ÷ 2 = 3 + 0;
  • 3 ÷ 2 = 1 + 1;
  • 1 ÷ 2 = 0 + 1;

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

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


Exponent (adjusted) =


220(10) =


1101 1100(2)


8. 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 23 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. 000 0010 1010 1110 1101 1100 00 1111 1010 0011 1011 0001 0110 1110 0001 1010 1111 1010 1011 1011 1111 1100 0110 0001 =


000 0010 1010 1110 1101 1100


9. The three elements that make up the number's 32 bit single precision IEEE 754 binary floating point representation:

Sign (1 bit) =
0 (a positive number)


Exponent (8 bits) =
1101 1100


Mantissa (23 bits) =
000 0010 1010 1110 1101 1100


Decimal number 10 111 111 110 999 999 999 999 999 073 converted to 32 bit single precision IEEE 754 binary floating point representation:

0 - 1101 1100 - 000 0010 1010 1110 1101 1100


How to convert decimal numbers from base ten to 32 bit single precision IEEE 754 binary floating point standard

Follow the steps below to convert a base 10 decimal number to 32 bit single 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 base ten 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 of the previous dividing 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 previous multiplying operations, starting from the top of the constructed list 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, by shifting the decimal point (or if you prefer, the decimal mark) "n" positions either to the left or to the right, so that only one non zero digit remains to the left of the decimal point.
  • 7. Adjust the exponent in 8 bit excess/bias notation and then convert it from decimal (base 10) to 8 bit binary, by using the same technique of repeatedly dividing by 2, as shown above:
    Exponent (adjusted) = Exponent (unadjusted) + 2(8-1) - 1
  • 8. Normalize mantissa, remove the leading (leftmost) bit, since it's allways '1' (and the decimal sign if the case) and adjust its length to 23 bits, either by removing the excess bits from the right (losing precision...) or by adding extra '0' bits 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 -25.347 from decimal system (base ten) to 32 bit single precision IEEE 754 binary floating point:

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

    |-25.347| = 25.347

  • 2. First convert the integer part, 25. Divide it repeatedly by 2, keeping track of each remainder, until we get a quotient that is equal to zero:
    • division = quotient + remainder;
    • 25 ÷ 2 = 12 + 1;
    • 12 ÷ 2 = 6 + 0;
    • 6 ÷ 2 = 3 + 0;
    • 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:

    25(10) = 1 1001(2)

  • 4. Then convert the fractional part, 0.347. 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.347 × 2 = 0 + 0.694;
    • 2) 0.694 × 2 = 1 + 0.388;
    • 3) 0.388 × 2 = 0 + 0.776;
    • 4) 0.776 × 2 = 1 + 0.552;
    • 5) 0.552 × 2 = 1 + 0.104;
    • 6) 0.104 × 2 = 0 + 0.208;
    • 7) 0.208 × 2 = 0 + 0.416;
    • 8) 0.416 × 2 = 0 + 0.832;
    • 9) 0.832 × 2 = 1 + 0.664;
    • 10) 0.664 × 2 = 1 + 0.328;
    • 11) 0.328 × 2 = 0 + 0.656;
    • 12) 0.656 × 2 = 1 + 0.312;
    • 13) 0.312 × 2 = 0 + 0.624;
    • 14) 0.624 × 2 = 1 + 0.248;
    • 15) 0.248 × 2 = 0 + 0.496;
    • 16) 0.496 × 2 = 0 + 0.992;
    • 17) 0.992 × 2 = 1 + 0.984;
    • 18) 0.984 × 2 = 1 + 0.968;
    • 19) 0.968 × 2 = 1 + 0.936;
    • 20) 0.936 × 2 = 1 + 0.872;
    • 21) 0.872 × 2 = 1 + 0.744;
    • 22) 0.744 × 2 = 1 + 0.488;
    • 23) 0.488 × 2 = 0 + 0.976;
    • 24) 0.976 × 2 = 1 + 0.952;
    • We didn't get any fractional part that was equal to zero. But we had enough iterations (over Mantissa limit = 23) 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.347(10) = 0.0101 1000 1101 0100 1111 1101(2)

  • 6. Summarizing - the positive number before normalization:

    25.347(10) = 1 1001.0101 1000 1101 0100 1111 1101(2)

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

    25.347(10) =
    1 1001.0101 1000 1101 0100 1111 1101(2) =
    1 1001.0101 1000 1101 0100 1111 1101(2) × 20 =
    1.1001 0101 1000 1101 0100 1111 1101(2) × 24

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

    Sign: 1 (a negative number)

    Exponent (unadjusted): 4

    Mantissa (not-normalized): 1.1001 0101 1000 1101 0100 1111 1101

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

    Exponent (adjusted) = Exponent (unadjusted) + 2(8-1) - 1 = (4 + 127)(10) = 131(10) =
    1000 0011(2)

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

    Mantissa (not-normalized): 1.1001 0101 1000 1101 0100 1111 1101

    Mantissa (normalized): 100 1010 1100 0110 1010 0111

  • Conclusion:

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

    Exponent (8 bits) = 1000 0011

    Mantissa (23 bits) = 100 1010 1100 0110 1010 0111

  • Number -25.347, converted from the decimal system (base 10) to 32 bit single precision IEEE 754 binary floating point =
    1 - 1000 0011 - 100 1010 1100 0110 1010 0111