11 111 111 009 999 999 999 999 999 998 553 Converted to 32 Bit Single Precision IEEE 754 Binary Floating Point Representation Standard

Convert decimal 11 111 111 009 999 999 999 999 999 998 553(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
11 111 111 009 999 999 999 999 999 998 553(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;
  • 11 111 111 009 999 999 999 999 999 998 553 ÷ 2 = 5 555 555 504 999 999 999 999 999 999 276 + 1;
  • 5 555 555 504 999 999 999 999 999 999 276 ÷ 2 = 2 777 777 752 499 999 999 999 999 999 638 + 0;
  • 2 777 777 752 499 999 999 999 999 999 638 ÷ 2 = 1 388 888 876 249 999 999 999 999 999 819 + 0;
  • 1 388 888 876 249 999 999 999 999 999 819 ÷ 2 = 694 444 438 124 999 999 999 999 999 909 + 1;
  • 694 444 438 124 999 999 999 999 999 909 ÷ 2 = 347 222 219 062 499 999 999 999 999 954 + 1;
  • 347 222 219 062 499 999 999 999 999 954 ÷ 2 = 173 611 109 531 249 999 999 999 999 977 + 0;
  • 173 611 109 531 249 999 999 999 999 977 ÷ 2 = 86 805 554 765 624 999 999 999 999 988 + 1;
  • 86 805 554 765 624 999 999 999 999 988 ÷ 2 = 43 402 777 382 812 499 999 999 999 994 + 0;
  • 43 402 777 382 812 499 999 999 999 994 ÷ 2 = 21 701 388 691 406 249 999 999 999 997 + 0;
  • 21 701 388 691 406 249 999 999 999 997 ÷ 2 = 10 850 694 345 703 124 999 999 999 998 + 1;
  • 10 850 694 345 703 124 999 999 999 998 ÷ 2 = 5 425 347 172 851 562 499 999 999 999 + 0;
  • 5 425 347 172 851 562 499 999 999 999 ÷ 2 = 2 712 673 586 425 781 249 999 999 999 + 1;
  • 2 712 673 586 425 781 249 999 999 999 ÷ 2 = 1 356 336 793 212 890 624 999 999 999 + 1;
  • 1 356 336 793 212 890 624 999 999 999 ÷ 2 = 678 168 396 606 445 312 499 999 999 + 1;
  • 678 168 396 606 445 312 499 999 999 ÷ 2 = 339 084 198 303 222 656 249 999 999 + 1;
  • 339 084 198 303 222 656 249 999 999 ÷ 2 = 169 542 099 151 611 328 124 999 999 + 1;
  • 169 542 099 151 611 328 124 999 999 ÷ 2 = 84 771 049 575 805 664 062 499 999 + 1;
  • 84 771 049 575 805 664 062 499 999 ÷ 2 = 42 385 524 787 902 832 031 249 999 + 1;
  • 42 385 524 787 902 832 031 249 999 ÷ 2 = 21 192 762 393 951 416 015 624 999 + 1;
  • 21 192 762 393 951 416 015 624 999 ÷ 2 = 10 596 381 196 975 708 007 812 499 + 1;
  • 10 596 381 196 975 708 007 812 499 ÷ 2 = 5 298 190 598 487 854 003 906 249 + 1;
  • 5 298 190 598 487 854 003 906 249 ÷ 2 = 2 649 095 299 243 927 001 953 124 + 1;
  • 2 649 095 299 243 927 001 953 124 ÷ 2 = 1 324 547 649 621 963 500 976 562 + 0;
  • 1 324 547 649 621 963 500 976 562 ÷ 2 = 662 273 824 810 981 750 488 281 + 0;
  • 662 273 824 810 981 750 488 281 ÷ 2 = 331 136 912 405 490 875 244 140 + 1;
  • 331 136 912 405 490 875 244 140 ÷ 2 = 165 568 456 202 745 437 622 070 + 0;
  • 165 568 456 202 745 437 622 070 ÷ 2 = 82 784 228 101 372 718 811 035 + 0;
  • 82 784 228 101 372 718 811 035 ÷ 2 = 41 392 114 050 686 359 405 517 + 1;
  • 41 392 114 050 686 359 405 517 ÷ 2 = 20 696 057 025 343 179 702 758 + 1;
  • 20 696 057 025 343 179 702 758 ÷ 2 = 10 348 028 512 671 589 851 379 + 0;
  • 10 348 028 512 671 589 851 379 ÷ 2 = 5 174 014 256 335 794 925 689 + 1;
  • 5 174 014 256 335 794 925 689 ÷ 2 = 2 587 007 128 167 897 462 844 + 1;
  • 2 587 007 128 167 897 462 844 ÷ 2 = 1 293 503 564 083 948 731 422 + 0;
  • 1 293 503 564 083 948 731 422 ÷ 2 = 646 751 782 041 974 365 711 + 0;
  • 646 751 782 041 974 365 711 ÷ 2 = 323 375 891 020 987 182 855 + 1;
  • 323 375 891 020 987 182 855 ÷ 2 = 161 687 945 510 493 591 427 + 1;
  • 161 687 945 510 493 591 427 ÷ 2 = 80 843 972 755 246 795 713 + 1;
  • 80 843 972 755 246 795 713 ÷ 2 = 40 421 986 377 623 397 856 + 1;
  • 40 421 986 377 623 397 856 ÷ 2 = 20 210 993 188 811 698 928 + 0;
  • 20 210 993 188 811 698 928 ÷ 2 = 10 105 496 594 405 849 464 + 0;
  • 10 105 496 594 405 849 464 ÷ 2 = 5 052 748 297 202 924 732 + 0;
  • 5 052 748 297 202 924 732 ÷ 2 = 2 526 374 148 601 462 366 + 0;
  • 2 526 374 148 601 462 366 ÷ 2 = 1 263 187 074 300 731 183 + 0;
  • 1 263 187 074 300 731 183 ÷ 2 = 631 593 537 150 365 591 + 1;
  • 631 593 537 150 365 591 ÷ 2 = 315 796 768 575 182 795 + 1;
  • 315 796 768 575 182 795 ÷ 2 = 157 898 384 287 591 397 + 1;
  • 157 898 384 287 591 397 ÷ 2 = 78 949 192 143 795 698 + 1;
  • 78 949 192 143 795 698 ÷ 2 = 39 474 596 071 897 849 + 0;
  • 39 474 596 071 897 849 ÷ 2 = 19 737 298 035 948 924 + 1;
  • 19 737 298 035 948 924 ÷ 2 = 9 868 649 017 974 462 + 0;
  • 9 868 649 017 974 462 ÷ 2 = 4 934 324 508 987 231 + 0;
  • 4 934 324 508 987 231 ÷ 2 = 2 467 162 254 493 615 + 1;
  • 2 467 162 254 493 615 ÷ 2 = 1 233 581 127 246 807 + 1;
  • 1 233 581 127 246 807 ÷ 2 = 616 790 563 623 403 + 1;
  • 616 790 563 623 403 ÷ 2 = 308 395 281 811 701 + 1;
  • 308 395 281 811 701 ÷ 2 = 154 197 640 905 850 + 1;
  • 154 197 640 905 850 ÷ 2 = 77 098 820 452 925 + 0;
  • 77 098 820 452 925 ÷ 2 = 38 549 410 226 462 + 1;
  • 38 549 410 226 462 ÷ 2 = 19 274 705 113 231 + 0;
  • 19 274 705 113 231 ÷ 2 = 9 637 352 556 615 + 1;
  • 9 637 352 556 615 ÷ 2 = 4 818 676 278 307 + 1;
  • 4 818 676 278 307 ÷ 2 = 2 409 338 139 153 + 1;
  • 2 409 338 139 153 ÷ 2 = 1 204 669 069 576 + 1;
  • 1 204 669 069 576 ÷ 2 = 602 334 534 788 + 0;
  • 602 334 534 788 ÷ 2 = 301 167 267 394 + 0;
  • 301 167 267 394 ÷ 2 = 150 583 633 697 + 0;
  • 150 583 633 697 ÷ 2 = 75 291 816 848 + 1;
  • 75 291 816 848 ÷ 2 = 37 645 908 424 + 0;
  • 37 645 908 424 ÷ 2 = 18 822 954 212 + 0;
  • 18 822 954 212 ÷ 2 = 9 411 477 106 + 0;
  • 9 411 477 106 ÷ 2 = 4 705 738 553 + 0;
  • 4 705 738 553 ÷ 2 = 2 352 869 276 + 1;
  • 2 352 869 276 ÷ 2 = 1 176 434 638 + 0;
  • 1 176 434 638 ÷ 2 = 588 217 319 + 0;
  • 588 217 319 ÷ 2 = 294 108 659 + 1;
  • 294 108 659 ÷ 2 = 147 054 329 + 1;
  • 147 054 329 ÷ 2 = 73 527 164 + 1;
  • 73 527 164 ÷ 2 = 36 763 582 + 0;
  • 36 763 582 ÷ 2 = 18 381 791 + 0;
  • 18 381 791 ÷ 2 = 9 190 895 + 1;
  • 9 190 895 ÷ 2 = 4 595 447 + 1;
  • 4 595 447 ÷ 2 = 2 297 723 + 1;
  • 2 297 723 ÷ 2 = 1 148 861 + 1;
  • 1 148 861 ÷ 2 = 574 430 + 1;
  • 574 430 ÷ 2 = 287 215 + 0;
  • 287 215 ÷ 2 = 143 607 + 1;
  • 143 607 ÷ 2 = 71 803 + 1;
  • 71 803 ÷ 2 = 35 901 + 1;
  • 35 901 ÷ 2 = 17 950 + 1;
  • 17 950 ÷ 2 = 8 975 + 0;
  • 8 975 ÷ 2 = 4 487 + 1;
  • 4 487 ÷ 2 = 2 243 + 1;
  • 2 243 ÷ 2 = 1 121 + 1;
  • 1 121 ÷ 2 = 560 + 1;
  • 560 ÷ 2 = 280 + 0;
  • 280 ÷ 2 = 140 + 0;
  • 140 ÷ 2 = 70 + 0;
  • 70 ÷ 2 = 35 + 0;
  • 35 ÷ 2 = 17 + 1;
  • 17 ÷ 2 = 8 + 1;
  • 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.

11 111 111 009 999 999 999 999 999 998 553(10) =


1000 1100 0011 1101 1110 1111 1001 1100 1000 0100 0111 1010 1111 1001 0111 1000 0011 1100 1101 1001 0011 1111 1111 1010 0101 1001(2)


3. Normalize the binary representation of the number.

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


11 111 111 009 999 999 999 999 999 998 553(10) =


1000 1100 0011 1101 1110 1111 1001 1100 1000 0100 0111 1010 1111 1001 0111 1000 0011 1100 1101 1001 0011 1111 1111 1010 0101 1001(2) =


1000 1100 0011 1101 1110 1111 1001 1100 1000 0100 0111 1010 1111 1001 0111 1000 0011 1100 1101 1001 0011 1111 1111 1010 0101 1001(2) × 20 =


1.0001 1000 0111 1011 1101 1111 0011 1001 0000 1000 1111 0101 1111 0010 1111 0000 0111 1001 1011 0010 0111 1111 1111 0100 1011 001(2) × 2103


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


Mantissa (not normalized):
1.0001 1000 0111 1011 1101 1111 0011 1001 0000 1000 1111 0101 1111 0010 1111 0000 0111 1001 1011 0010 0111 1111 1111 0100 1011 001


5. Adjust the exponent.

Use the 8 bit excess/bias notation:


Exponent (adjusted) =


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


103 + 2(8-1) - 1 =


(103 + 127)(10) =


230(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;
  • 230 ÷ 2 = 115 + 0;
  • 115 ÷ 2 = 57 + 1;
  • 57 ÷ 2 = 28 + 1;
  • 28 ÷ 2 = 14 + 0;
  • 14 ÷ 2 = 7 + 0;
  • 7 ÷ 2 = 3 + 1;
  • 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) =


230(10) =


1110 0110(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 1100 0011 1101 1110 1111 1001 1100 1000 0100 0111 1010 1111 1001 0111 1000 0011 1100 1101 1001 0011 1111 1111 1010 0101 1001 =


000 1100 0011 1101 1110 1111


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) =
1110 0110


Mantissa (23 bits) =
000 1100 0011 1101 1110 1111


Decimal number 11 111 111 009 999 999 999 999 999 998 553 converted to 32 bit single precision IEEE 754 binary floating point representation:

0 - 1110 0110 - 000 1100 0011 1101 1110 1111


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