1 000 000 110 110 011 001 110 100 010 383 Converted to 32 Bit Single Precision IEEE 754 Binary Floating Point Representation Standard

Convert decimal 1 000 000 110 110 011 001 110 100 010 383(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
1 000 000 110 110 011 001 110 100 010 383(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;
  • 1 000 000 110 110 011 001 110 100 010 383 ÷ 2 = 500 000 055 055 005 500 555 050 005 191 + 1;
  • 500 000 055 055 005 500 555 050 005 191 ÷ 2 = 250 000 027 527 502 750 277 525 002 595 + 1;
  • 250 000 027 527 502 750 277 525 002 595 ÷ 2 = 125 000 013 763 751 375 138 762 501 297 + 1;
  • 125 000 013 763 751 375 138 762 501 297 ÷ 2 = 62 500 006 881 875 687 569 381 250 648 + 1;
  • 62 500 006 881 875 687 569 381 250 648 ÷ 2 = 31 250 003 440 937 843 784 690 625 324 + 0;
  • 31 250 003 440 937 843 784 690 625 324 ÷ 2 = 15 625 001 720 468 921 892 345 312 662 + 0;
  • 15 625 001 720 468 921 892 345 312 662 ÷ 2 = 7 812 500 860 234 460 946 172 656 331 + 0;
  • 7 812 500 860 234 460 946 172 656 331 ÷ 2 = 3 906 250 430 117 230 473 086 328 165 + 1;
  • 3 906 250 430 117 230 473 086 328 165 ÷ 2 = 1 953 125 215 058 615 236 543 164 082 + 1;
  • 1 953 125 215 058 615 236 543 164 082 ÷ 2 = 976 562 607 529 307 618 271 582 041 + 0;
  • 976 562 607 529 307 618 271 582 041 ÷ 2 = 488 281 303 764 653 809 135 791 020 + 1;
  • 488 281 303 764 653 809 135 791 020 ÷ 2 = 244 140 651 882 326 904 567 895 510 + 0;
  • 244 140 651 882 326 904 567 895 510 ÷ 2 = 122 070 325 941 163 452 283 947 755 + 0;
  • 122 070 325 941 163 452 283 947 755 ÷ 2 = 61 035 162 970 581 726 141 973 877 + 1;
  • 61 035 162 970 581 726 141 973 877 ÷ 2 = 30 517 581 485 290 863 070 986 938 + 1;
  • 30 517 581 485 290 863 070 986 938 ÷ 2 = 15 258 790 742 645 431 535 493 469 + 0;
  • 15 258 790 742 645 431 535 493 469 ÷ 2 = 7 629 395 371 322 715 767 746 734 + 1;
  • 7 629 395 371 322 715 767 746 734 ÷ 2 = 3 814 697 685 661 357 883 873 367 + 0;
  • 3 814 697 685 661 357 883 873 367 ÷ 2 = 1 907 348 842 830 678 941 936 683 + 1;
  • 1 907 348 842 830 678 941 936 683 ÷ 2 = 953 674 421 415 339 470 968 341 + 1;
  • 953 674 421 415 339 470 968 341 ÷ 2 = 476 837 210 707 669 735 484 170 + 1;
  • 476 837 210 707 669 735 484 170 ÷ 2 = 238 418 605 353 834 867 742 085 + 0;
  • 238 418 605 353 834 867 742 085 ÷ 2 = 119 209 302 676 917 433 871 042 + 1;
  • 119 209 302 676 917 433 871 042 ÷ 2 = 59 604 651 338 458 716 935 521 + 0;
  • 59 604 651 338 458 716 935 521 ÷ 2 = 29 802 325 669 229 358 467 760 + 1;
  • 29 802 325 669 229 358 467 760 ÷ 2 = 14 901 162 834 614 679 233 880 + 0;
  • 14 901 162 834 614 679 233 880 ÷ 2 = 7 450 581 417 307 339 616 940 + 0;
  • 7 450 581 417 307 339 616 940 ÷ 2 = 3 725 290 708 653 669 808 470 + 0;
  • 3 725 290 708 653 669 808 470 ÷ 2 = 1 862 645 354 326 834 904 235 + 0;
  • 1 862 645 354 326 834 904 235 ÷ 2 = 931 322 677 163 417 452 117 + 1;
  • 931 322 677 163 417 452 117 ÷ 2 = 465 661 338 581 708 726 058 + 1;
  • 465 661 338 581 708 726 058 ÷ 2 = 232 830 669 290 854 363 029 + 0;
  • 232 830 669 290 854 363 029 ÷ 2 = 116 415 334 645 427 181 514 + 1;
  • 116 415 334 645 427 181 514 ÷ 2 = 58 207 667 322 713 590 757 + 0;
  • 58 207 667 322 713 590 757 ÷ 2 = 29 103 833 661 356 795 378 + 1;
  • 29 103 833 661 356 795 378 ÷ 2 = 14 551 916 830 678 397 689 + 0;
  • 14 551 916 830 678 397 689 ÷ 2 = 7 275 958 415 339 198 844 + 1;
  • 7 275 958 415 339 198 844 ÷ 2 = 3 637 979 207 669 599 422 + 0;
  • 3 637 979 207 669 599 422 ÷ 2 = 1 818 989 603 834 799 711 + 0;
  • 1 818 989 603 834 799 711 ÷ 2 = 909 494 801 917 399 855 + 1;
  • 909 494 801 917 399 855 ÷ 2 = 454 747 400 958 699 927 + 1;
  • 454 747 400 958 699 927 ÷ 2 = 227 373 700 479 349 963 + 1;
  • 227 373 700 479 349 963 ÷ 2 = 113 686 850 239 674 981 + 1;
  • 113 686 850 239 674 981 ÷ 2 = 56 843 425 119 837 490 + 1;
  • 56 843 425 119 837 490 ÷ 2 = 28 421 712 559 918 745 + 0;
  • 28 421 712 559 918 745 ÷ 2 = 14 210 856 279 959 372 + 1;
  • 14 210 856 279 959 372 ÷ 2 = 7 105 428 139 979 686 + 0;
  • 7 105 428 139 979 686 ÷ 2 = 3 552 714 069 989 843 + 0;
  • 3 552 714 069 989 843 ÷ 2 = 1 776 357 034 994 921 + 1;
  • 1 776 357 034 994 921 ÷ 2 = 888 178 517 497 460 + 1;
  • 888 178 517 497 460 ÷ 2 = 444 089 258 748 730 + 0;
  • 444 089 258 748 730 ÷ 2 = 222 044 629 374 365 + 0;
  • 222 044 629 374 365 ÷ 2 = 111 022 314 687 182 + 1;
  • 111 022 314 687 182 ÷ 2 = 55 511 157 343 591 + 0;
  • 55 511 157 343 591 ÷ 2 = 27 755 578 671 795 + 1;
  • 27 755 578 671 795 ÷ 2 = 13 877 789 335 897 + 1;
  • 13 877 789 335 897 ÷ 2 = 6 938 894 667 948 + 1;
  • 6 938 894 667 948 ÷ 2 = 3 469 447 333 974 + 0;
  • 3 469 447 333 974 ÷ 2 = 1 734 723 666 987 + 0;
  • 1 734 723 666 987 ÷ 2 = 867 361 833 493 + 1;
  • 867 361 833 493 ÷ 2 = 433 680 916 746 + 1;
  • 433 680 916 746 ÷ 2 = 216 840 458 373 + 0;
  • 216 840 458 373 ÷ 2 = 108 420 229 186 + 1;
  • 108 420 229 186 ÷ 2 = 54 210 114 593 + 0;
  • 54 210 114 593 ÷ 2 = 27 105 057 296 + 1;
  • 27 105 057 296 ÷ 2 = 13 552 528 648 + 0;
  • 13 552 528 648 ÷ 2 = 6 776 264 324 + 0;
  • 6 776 264 324 ÷ 2 = 3 388 132 162 + 0;
  • 3 388 132 162 ÷ 2 = 1 694 066 081 + 0;
  • 1 694 066 081 ÷ 2 = 847 033 040 + 1;
  • 847 033 040 ÷ 2 = 423 516 520 + 0;
  • 423 516 520 ÷ 2 = 211 758 260 + 0;
  • 211 758 260 ÷ 2 = 105 879 130 + 0;
  • 105 879 130 ÷ 2 = 52 939 565 + 0;
  • 52 939 565 ÷ 2 = 26 469 782 + 1;
  • 26 469 782 ÷ 2 = 13 234 891 + 0;
  • 13 234 891 ÷ 2 = 6 617 445 + 1;
  • 6 617 445 ÷ 2 = 3 308 722 + 1;
  • 3 308 722 ÷ 2 = 1 654 361 + 0;
  • 1 654 361 ÷ 2 = 827 180 + 1;
  • 827 180 ÷ 2 = 413 590 + 0;
  • 413 590 ÷ 2 = 206 795 + 0;
  • 206 795 ÷ 2 = 103 397 + 1;
  • 103 397 ÷ 2 = 51 698 + 1;
  • 51 698 ÷ 2 = 25 849 + 0;
  • 25 849 ÷ 2 = 12 924 + 1;
  • 12 924 ÷ 2 = 6 462 + 0;
  • 6 462 ÷ 2 = 3 231 + 0;
  • 3 231 ÷ 2 = 1 615 + 1;
  • 1 615 ÷ 2 = 807 + 1;
  • 807 ÷ 2 = 403 + 1;
  • 403 ÷ 2 = 201 + 1;
  • 201 ÷ 2 = 100 + 1;
  • 100 ÷ 2 = 50 + 0;
  • 50 ÷ 2 = 25 + 0;
  • 25 ÷ 2 = 12 + 1;
  • 12 ÷ 2 = 6 + 0;
  • 6 ÷ 2 = 3 + 0;
  • 3 ÷ 2 = 1 + 1;
  • 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.

1 000 000 110 110 011 001 110 100 010 383(10) =


1100 1001 1111 0010 1100 1011 0100 0010 0001 0101 1001 1101 0011 0010 1111 1001 0101 0110 0001 0101 1101 0110 0101 1000 1111(2)


3. Normalize the binary representation of the number.

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


1 000 000 110 110 011 001 110 100 010 383(10) =


1100 1001 1111 0010 1100 1011 0100 0010 0001 0101 1001 1101 0011 0010 1111 1001 0101 0110 0001 0101 1101 0110 0101 1000 1111(2) =


1100 1001 1111 0010 1100 1011 0100 0010 0001 0101 1001 1101 0011 0010 1111 1001 0101 0110 0001 0101 1101 0110 0101 1000 1111(2) × 20 =


1.1001 0011 1110 0101 1001 0110 1000 0100 0010 1011 0011 1010 0110 0101 1111 0010 1010 1100 0010 1011 1010 1100 1011 0001 111(2) × 299


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


Mantissa (not normalized):
1.1001 0011 1110 0101 1001 0110 1000 0100 0010 1011 0011 1010 0110 0101 1111 0010 1010 1100 0010 1011 1010 1100 1011 0001 111


5. Adjust the exponent.

Use the 8 bit excess/bias notation:


Exponent (adjusted) =


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


99 + 2(8-1) - 1 =


(99 + 127)(10) =


226(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;
  • 226 ÷ 2 = 113 + 0;
  • 113 ÷ 2 = 56 + 1;
  • 56 ÷ 2 = 28 + 0;
  • 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) =


226(10) =


1110 0010(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. 100 1001 1111 0010 1100 1011 0100 0010 0001 0101 1001 1101 0011 0010 1111 1001 0101 0110 0001 0101 1101 0110 0101 1000 1111 =


100 1001 1111 0010 1100 1011


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 0010


Mantissa (23 bits) =
100 1001 1111 0010 1100 1011


Decimal number 1 000 000 110 110 011 001 110 100 010 383 converted to 32 bit single precision IEEE 754 binary floating point representation:

0 - 1110 0010 - 100 1001 1111 0010 1100 1011


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