100 000 111 011 000 110 099 999 998 735 Converted to 32 Bit Single Precision IEEE 754 Binary Floating Point Representation Standard

Convert decimal 100 000 111 011 000 110 099 999 998 735(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
100 000 111 011 000 110 099 999 998 735(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;
  • 100 000 111 011 000 110 099 999 998 735 ÷ 2 = 50 000 055 505 500 055 049 999 999 367 + 1;
  • 50 000 055 505 500 055 049 999 999 367 ÷ 2 = 25 000 027 752 750 027 524 999 999 683 + 1;
  • 25 000 027 752 750 027 524 999 999 683 ÷ 2 = 12 500 013 876 375 013 762 499 999 841 + 1;
  • 12 500 013 876 375 013 762 499 999 841 ÷ 2 = 6 250 006 938 187 506 881 249 999 920 + 1;
  • 6 250 006 938 187 506 881 249 999 920 ÷ 2 = 3 125 003 469 093 753 440 624 999 960 + 0;
  • 3 125 003 469 093 753 440 624 999 960 ÷ 2 = 1 562 501 734 546 876 720 312 499 980 + 0;
  • 1 562 501 734 546 876 720 312 499 980 ÷ 2 = 781 250 867 273 438 360 156 249 990 + 0;
  • 781 250 867 273 438 360 156 249 990 ÷ 2 = 390 625 433 636 719 180 078 124 995 + 0;
  • 390 625 433 636 719 180 078 124 995 ÷ 2 = 195 312 716 818 359 590 039 062 497 + 1;
  • 195 312 716 818 359 590 039 062 497 ÷ 2 = 97 656 358 409 179 795 019 531 248 + 1;
  • 97 656 358 409 179 795 019 531 248 ÷ 2 = 48 828 179 204 589 897 509 765 624 + 0;
  • 48 828 179 204 589 897 509 765 624 ÷ 2 = 24 414 089 602 294 948 754 882 812 + 0;
  • 24 414 089 602 294 948 754 882 812 ÷ 2 = 12 207 044 801 147 474 377 441 406 + 0;
  • 12 207 044 801 147 474 377 441 406 ÷ 2 = 6 103 522 400 573 737 188 720 703 + 0;
  • 6 103 522 400 573 737 188 720 703 ÷ 2 = 3 051 761 200 286 868 594 360 351 + 1;
  • 3 051 761 200 286 868 594 360 351 ÷ 2 = 1 525 880 600 143 434 297 180 175 + 1;
  • 1 525 880 600 143 434 297 180 175 ÷ 2 = 762 940 300 071 717 148 590 087 + 1;
  • 762 940 300 071 717 148 590 087 ÷ 2 = 381 470 150 035 858 574 295 043 + 1;
  • 381 470 150 035 858 574 295 043 ÷ 2 = 190 735 075 017 929 287 147 521 + 1;
  • 190 735 075 017 929 287 147 521 ÷ 2 = 95 367 537 508 964 643 573 760 + 1;
  • 95 367 537 508 964 643 573 760 ÷ 2 = 47 683 768 754 482 321 786 880 + 0;
  • 47 683 768 754 482 321 786 880 ÷ 2 = 23 841 884 377 241 160 893 440 + 0;
  • 23 841 884 377 241 160 893 440 ÷ 2 = 11 920 942 188 620 580 446 720 + 0;
  • 11 920 942 188 620 580 446 720 ÷ 2 = 5 960 471 094 310 290 223 360 + 0;
  • 5 960 471 094 310 290 223 360 ÷ 2 = 2 980 235 547 155 145 111 680 + 0;
  • 2 980 235 547 155 145 111 680 ÷ 2 = 1 490 117 773 577 572 555 840 + 0;
  • 1 490 117 773 577 572 555 840 ÷ 2 = 745 058 886 788 786 277 920 + 0;
  • 745 058 886 788 786 277 920 ÷ 2 = 372 529 443 394 393 138 960 + 0;
  • 372 529 443 394 393 138 960 ÷ 2 = 186 264 721 697 196 569 480 + 0;
  • 186 264 721 697 196 569 480 ÷ 2 = 93 132 360 848 598 284 740 + 0;
  • 93 132 360 848 598 284 740 ÷ 2 = 46 566 180 424 299 142 370 + 0;
  • 46 566 180 424 299 142 370 ÷ 2 = 23 283 090 212 149 571 185 + 0;
  • 23 283 090 212 149 571 185 ÷ 2 = 11 641 545 106 074 785 592 + 1;
  • 11 641 545 106 074 785 592 ÷ 2 = 5 820 772 553 037 392 796 + 0;
  • 5 820 772 553 037 392 796 ÷ 2 = 2 910 386 276 518 696 398 + 0;
  • 2 910 386 276 518 696 398 ÷ 2 = 1 455 193 138 259 348 199 + 0;
  • 1 455 193 138 259 348 199 ÷ 2 = 727 596 569 129 674 099 + 1;
  • 727 596 569 129 674 099 ÷ 2 = 363 798 284 564 837 049 + 1;
  • 363 798 284 564 837 049 ÷ 2 = 181 899 142 282 418 524 + 1;
  • 181 899 142 282 418 524 ÷ 2 = 90 949 571 141 209 262 + 0;
  • 90 949 571 141 209 262 ÷ 2 = 45 474 785 570 604 631 + 0;
  • 45 474 785 570 604 631 ÷ 2 = 22 737 392 785 302 315 + 1;
  • 22 737 392 785 302 315 ÷ 2 = 11 368 696 392 651 157 + 1;
  • 11 368 696 392 651 157 ÷ 2 = 5 684 348 196 325 578 + 1;
  • 5 684 348 196 325 578 ÷ 2 = 2 842 174 098 162 789 + 0;
  • 2 842 174 098 162 789 ÷ 2 = 1 421 087 049 081 394 + 1;
  • 1 421 087 049 081 394 ÷ 2 = 710 543 524 540 697 + 0;
  • 710 543 524 540 697 ÷ 2 = 355 271 762 270 348 + 1;
  • 355 271 762 270 348 ÷ 2 = 177 635 881 135 174 + 0;
  • 177 635 881 135 174 ÷ 2 = 88 817 940 567 587 + 0;
  • 88 817 940 567 587 ÷ 2 = 44 408 970 283 793 + 1;
  • 44 408 970 283 793 ÷ 2 = 22 204 485 141 896 + 1;
  • 22 204 485 141 896 ÷ 2 = 11 102 242 570 948 + 0;
  • 11 102 242 570 948 ÷ 2 = 5 551 121 285 474 + 0;
  • 5 551 121 285 474 ÷ 2 = 2 775 560 642 737 + 0;
  • 2 775 560 642 737 ÷ 2 = 1 387 780 321 368 + 1;
  • 1 387 780 321 368 ÷ 2 = 693 890 160 684 + 0;
  • 693 890 160 684 ÷ 2 = 346 945 080 342 + 0;
  • 346 945 080 342 ÷ 2 = 173 472 540 171 + 0;
  • 173 472 540 171 ÷ 2 = 86 736 270 085 + 1;
  • 86 736 270 085 ÷ 2 = 43 368 135 042 + 1;
  • 43 368 135 042 ÷ 2 = 21 684 067 521 + 0;
  • 21 684 067 521 ÷ 2 = 10 842 033 760 + 1;
  • 10 842 033 760 ÷ 2 = 5 421 016 880 + 0;
  • 5 421 016 880 ÷ 2 = 2 710 508 440 + 0;
  • 2 710 508 440 ÷ 2 = 1 355 254 220 + 0;
  • 1 355 254 220 ÷ 2 = 677 627 110 + 0;
  • 677 627 110 ÷ 2 = 338 813 555 + 0;
  • 338 813 555 ÷ 2 = 169 406 777 + 1;
  • 169 406 777 ÷ 2 = 84 703 388 + 1;
  • 84 703 388 ÷ 2 = 42 351 694 + 0;
  • 42 351 694 ÷ 2 = 21 175 847 + 0;
  • 21 175 847 ÷ 2 = 10 587 923 + 1;
  • 10 587 923 ÷ 2 = 5 293 961 + 1;
  • 5 293 961 ÷ 2 = 2 646 980 + 1;
  • 2 646 980 ÷ 2 = 1 323 490 + 0;
  • 1 323 490 ÷ 2 = 661 745 + 0;
  • 661 745 ÷ 2 = 330 872 + 1;
  • 330 872 ÷ 2 = 165 436 + 0;
  • 165 436 ÷ 2 = 82 718 + 0;
  • 82 718 ÷ 2 = 41 359 + 0;
  • 41 359 ÷ 2 = 20 679 + 1;
  • 20 679 ÷ 2 = 10 339 + 1;
  • 10 339 ÷ 2 = 5 169 + 1;
  • 5 169 ÷ 2 = 2 584 + 1;
  • 2 584 ÷ 2 = 1 292 + 0;
  • 1 292 ÷ 2 = 646 + 0;
  • 646 ÷ 2 = 323 + 0;
  • 323 ÷ 2 = 161 + 1;
  • 161 ÷ 2 = 80 + 1;
  • 80 ÷ 2 = 40 + 0;
  • 40 ÷ 2 = 20 + 0;
  • 20 ÷ 2 = 10 + 0;
  • 10 ÷ 2 = 5 + 0;
  • 5 ÷ 2 = 2 + 1;
  • 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.

100 000 111 011 000 110 099 999 998 735(10) =


1 0100 0011 0001 1110 0010 0111 0011 0000 0101 1000 1000 1100 1010 1110 0111 0001 0000 0000 0000 1111 1100 0011 0000 1111(2)


3. Normalize the binary representation of the number.

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


100 000 111 011 000 110 099 999 998 735(10) =


1 0100 0011 0001 1110 0010 0111 0011 0000 0101 1000 1000 1100 1010 1110 0111 0001 0000 0000 0000 1111 1100 0011 0000 1111(2) =


1 0100 0011 0001 1110 0010 0111 0011 0000 0101 1000 1000 1100 1010 1110 0111 0001 0000 0000 0000 1111 1100 0011 0000 1111(2) × 20 =


1.0100 0011 0001 1110 0010 0111 0011 0000 0101 1000 1000 1100 1010 1110 0111 0001 0000 0000 0000 1111 1100 0011 0000 1111(2) × 296


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


Mantissa (not normalized):
1.0100 0011 0001 1110 0010 0111 0011 0000 0101 1000 1000 1100 1010 1110 0111 0001 0000 0000 0000 1111 1100 0011 0000 1111


5. Adjust the exponent.

Use the 8 bit excess/bias notation:


Exponent (adjusted) =


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


96 + 2(8-1) - 1 =


(96 + 127)(10) =


223(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;
  • 223 ÷ 2 = 111 + 1;
  • 111 ÷ 2 = 55 + 1;
  • 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) =


223(10) =


1101 1111(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. 010 0001 1000 1111 0001 0011 1 0011 0000 0101 1000 1000 1100 1010 1110 0111 0001 0000 0000 0000 1111 1100 0011 0000 1111 =


010 0001 1000 1111 0001 0011


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 1111


Mantissa (23 bits) =
010 0001 1000 1111 0001 0011


Decimal number 100 000 111 011 000 110 099 999 998 735 converted to 32 bit single precision IEEE 754 binary floating point representation:

0 - 1101 1111 - 010 0001 1000 1111 0001 0011


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