1 001 001 011 101 000 010 010 000 001 638 Converted to 32 Bit Single Precision IEEE 754 Binary Floating Point Representation Standard

Convert decimal 1 001 001 011 101 000 010 010 000 001 638(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 001 001 011 101 000 010 010 000 001 638(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 001 001 011 101 000 010 010 000 001 638 ÷ 2 = 500 500 505 550 500 005 005 000 000 819 + 0;
  • 500 500 505 550 500 005 005 000 000 819 ÷ 2 = 250 250 252 775 250 002 502 500 000 409 + 1;
  • 250 250 252 775 250 002 502 500 000 409 ÷ 2 = 125 125 126 387 625 001 251 250 000 204 + 1;
  • 125 125 126 387 625 001 251 250 000 204 ÷ 2 = 62 562 563 193 812 500 625 625 000 102 + 0;
  • 62 562 563 193 812 500 625 625 000 102 ÷ 2 = 31 281 281 596 906 250 312 812 500 051 + 0;
  • 31 281 281 596 906 250 312 812 500 051 ÷ 2 = 15 640 640 798 453 125 156 406 250 025 + 1;
  • 15 640 640 798 453 125 156 406 250 025 ÷ 2 = 7 820 320 399 226 562 578 203 125 012 + 1;
  • 7 820 320 399 226 562 578 203 125 012 ÷ 2 = 3 910 160 199 613 281 289 101 562 506 + 0;
  • 3 910 160 199 613 281 289 101 562 506 ÷ 2 = 1 955 080 099 806 640 644 550 781 253 + 0;
  • 1 955 080 099 806 640 644 550 781 253 ÷ 2 = 977 540 049 903 320 322 275 390 626 + 1;
  • 977 540 049 903 320 322 275 390 626 ÷ 2 = 488 770 024 951 660 161 137 695 313 + 0;
  • 488 770 024 951 660 161 137 695 313 ÷ 2 = 244 385 012 475 830 080 568 847 656 + 1;
  • 244 385 012 475 830 080 568 847 656 ÷ 2 = 122 192 506 237 915 040 284 423 828 + 0;
  • 122 192 506 237 915 040 284 423 828 ÷ 2 = 61 096 253 118 957 520 142 211 914 + 0;
  • 61 096 253 118 957 520 142 211 914 ÷ 2 = 30 548 126 559 478 760 071 105 957 + 0;
  • 30 548 126 559 478 760 071 105 957 ÷ 2 = 15 274 063 279 739 380 035 552 978 + 1;
  • 15 274 063 279 739 380 035 552 978 ÷ 2 = 7 637 031 639 869 690 017 776 489 + 0;
  • 7 637 031 639 869 690 017 776 489 ÷ 2 = 3 818 515 819 934 845 008 888 244 + 1;
  • 3 818 515 819 934 845 008 888 244 ÷ 2 = 1 909 257 909 967 422 504 444 122 + 0;
  • 1 909 257 909 967 422 504 444 122 ÷ 2 = 954 628 954 983 711 252 222 061 + 0;
  • 954 628 954 983 711 252 222 061 ÷ 2 = 477 314 477 491 855 626 111 030 + 1;
  • 477 314 477 491 855 626 111 030 ÷ 2 = 238 657 238 745 927 813 055 515 + 0;
  • 238 657 238 745 927 813 055 515 ÷ 2 = 119 328 619 372 963 906 527 757 + 1;
  • 119 328 619 372 963 906 527 757 ÷ 2 = 59 664 309 686 481 953 263 878 + 1;
  • 59 664 309 686 481 953 263 878 ÷ 2 = 29 832 154 843 240 976 631 939 + 0;
  • 29 832 154 843 240 976 631 939 ÷ 2 = 14 916 077 421 620 488 315 969 + 1;
  • 14 916 077 421 620 488 315 969 ÷ 2 = 7 458 038 710 810 244 157 984 + 1;
  • 7 458 038 710 810 244 157 984 ÷ 2 = 3 729 019 355 405 122 078 992 + 0;
  • 3 729 019 355 405 122 078 992 ÷ 2 = 1 864 509 677 702 561 039 496 + 0;
  • 1 864 509 677 702 561 039 496 ÷ 2 = 932 254 838 851 280 519 748 + 0;
  • 932 254 838 851 280 519 748 ÷ 2 = 466 127 419 425 640 259 874 + 0;
  • 466 127 419 425 640 259 874 ÷ 2 = 233 063 709 712 820 129 937 + 0;
  • 233 063 709 712 820 129 937 ÷ 2 = 116 531 854 856 410 064 968 + 1;
  • 116 531 854 856 410 064 968 ÷ 2 = 58 265 927 428 205 032 484 + 0;
  • 58 265 927 428 205 032 484 ÷ 2 = 29 132 963 714 102 516 242 + 0;
  • 29 132 963 714 102 516 242 ÷ 2 = 14 566 481 857 051 258 121 + 0;
  • 14 566 481 857 051 258 121 ÷ 2 = 7 283 240 928 525 629 060 + 1;
  • 7 283 240 928 525 629 060 ÷ 2 = 3 641 620 464 262 814 530 + 0;
  • 3 641 620 464 262 814 530 ÷ 2 = 1 820 810 232 131 407 265 + 0;
  • 1 820 810 232 131 407 265 ÷ 2 = 910 405 116 065 703 632 + 1;
  • 910 405 116 065 703 632 ÷ 2 = 455 202 558 032 851 816 + 0;
  • 455 202 558 032 851 816 ÷ 2 = 227 601 279 016 425 908 + 0;
  • 227 601 279 016 425 908 ÷ 2 = 113 800 639 508 212 954 + 0;
  • 113 800 639 508 212 954 ÷ 2 = 56 900 319 754 106 477 + 0;
  • 56 900 319 754 106 477 ÷ 2 = 28 450 159 877 053 238 + 1;
  • 28 450 159 877 053 238 ÷ 2 = 14 225 079 938 526 619 + 0;
  • 14 225 079 938 526 619 ÷ 2 = 7 112 539 969 263 309 + 1;
  • 7 112 539 969 263 309 ÷ 2 = 3 556 269 984 631 654 + 1;
  • 3 556 269 984 631 654 ÷ 2 = 1 778 134 992 315 827 + 0;
  • 1 778 134 992 315 827 ÷ 2 = 889 067 496 157 913 + 1;
  • 889 067 496 157 913 ÷ 2 = 444 533 748 078 956 + 1;
  • 444 533 748 078 956 ÷ 2 = 222 266 874 039 478 + 0;
  • 222 266 874 039 478 ÷ 2 = 111 133 437 019 739 + 0;
  • 111 133 437 019 739 ÷ 2 = 55 566 718 509 869 + 1;
  • 55 566 718 509 869 ÷ 2 = 27 783 359 254 934 + 1;
  • 27 783 359 254 934 ÷ 2 = 13 891 679 627 467 + 0;
  • 13 891 679 627 467 ÷ 2 = 6 945 839 813 733 + 1;
  • 6 945 839 813 733 ÷ 2 = 3 472 919 906 866 + 1;
  • 3 472 919 906 866 ÷ 2 = 1 736 459 953 433 + 0;
  • 1 736 459 953 433 ÷ 2 = 868 229 976 716 + 1;
  • 868 229 976 716 ÷ 2 = 434 114 988 358 + 0;
  • 434 114 988 358 ÷ 2 = 217 057 494 179 + 0;
  • 217 057 494 179 ÷ 2 = 108 528 747 089 + 1;
  • 108 528 747 089 ÷ 2 = 54 264 373 544 + 1;
  • 54 264 373 544 ÷ 2 = 27 132 186 772 + 0;
  • 27 132 186 772 ÷ 2 = 13 566 093 386 + 0;
  • 13 566 093 386 ÷ 2 = 6 783 046 693 + 0;
  • 6 783 046 693 ÷ 2 = 3 391 523 346 + 1;
  • 3 391 523 346 ÷ 2 = 1 695 761 673 + 0;
  • 1 695 761 673 ÷ 2 = 847 880 836 + 1;
  • 847 880 836 ÷ 2 = 423 940 418 + 0;
  • 423 940 418 ÷ 2 = 211 970 209 + 0;
  • 211 970 209 ÷ 2 = 105 985 104 + 1;
  • 105 985 104 ÷ 2 = 52 992 552 + 0;
  • 52 992 552 ÷ 2 = 26 496 276 + 0;
  • 26 496 276 ÷ 2 = 13 248 138 + 0;
  • 13 248 138 ÷ 2 = 6 624 069 + 0;
  • 6 624 069 ÷ 2 = 3 312 034 + 1;
  • 3 312 034 ÷ 2 = 1 656 017 + 0;
  • 1 656 017 ÷ 2 = 828 008 + 1;
  • 828 008 ÷ 2 = 414 004 + 0;
  • 414 004 ÷ 2 = 207 002 + 0;
  • 207 002 ÷ 2 = 103 501 + 0;
  • 103 501 ÷ 2 = 51 750 + 1;
  • 51 750 ÷ 2 = 25 875 + 0;
  • 25 875 ÷ 2 = 12 937 + 1;
  • 12 937 ÷ 2 = 6 468 + 1;
  • 6 468 ÷ 2 = 3 234 + 0;
  • 3 234 ÷ 2 = 1 617 + 0;
  • 1 617 ÷ 2 = 808 + 1;
  • 808 ÷ 2 = 404 + 0;
  • 404 ÷ 2 = 202 + 0;
  • 202 ÷ 2 = 101 + 0;
  • 101 ÷ 2 = 50 + 1;
  • 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 001 001 011 101 000 010 010 000 001 638(10) =


1100 1010 0010 0110 1000 1010 0001 0010 1000 1100 1011 0110 0110 1101 0000 1001 0001 0000 0110 1101 0010 1000 1010 0110 0110(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 001 001 011 101 000 010 010 000 001 638(10) =


1100 1010 0010 0110 1000 1010 0001 0010 1000 1100 1011 0110 0110 1101 0000 1001 0001 0000 0110 1101 0010 1000 1010 0110 0110(2) =


1100 1010 0010 0110 1000 1010 0001 0010 1000 1100 1011 0110 0110 1101 0000 1001 0001 0000 0110 1101 0010 1000 1010 0110 0110(2) × 20 =


1.1001 0100 0100 1101 0001 0100 0010 0101 0001 1001 0110 1100 1101 1010 0001 0010 0010 0000 1101 1010 0101 0001 0100 1100 110(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 0100 0100 1101 0001 0100 0010 0101 0001 1001 0110 1100 1101 1010 0001 0010 0010 0000 1101 1010 0101 0001 0100 1100 110


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 1010 0010 0110 1000 1010 0001 0010 1000 1100 1011 0110 0110 1101 0000 1001 0001 0000 0110 1101 0010 1000 1010 0110 0110 =


100 1010 0010 0110 1000 1010


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 1010 0010 0110 1000 1010


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

0 - 1110 0010 - 100 1010 0010 0110 1000 1010


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