What are the required steps to convert base 10 decimal system
number 5 243 678 498 844 836 018 to base 2 unsigned binary equivalent?
- A number written in base ten, or a decimal system number, is a number written using the digits 0 through 9. A number written in base two, or a binary system number, is a number written using only the digits 0 and 1.
1. Divide the number repeatedly by 2:
Keep track of each remainder.
Stop when you get a quotient that is equal to zero.
- division = quotient + remainder;
- 5 243 678 498 844 836 018 ÷ 2 = 2 621 839 249 422 418 009 + 0;
- 2 621 839 249 422 418 009 ÷ 2 = 1 310 919 624 711 209 004 + 1;
- 1 310 919 624 711 209 004 ÷ 2 = 655 459 812 355 604 502 + 0;
- 655 459 812 355 604 502 ÷ 2 = 327 729 906 177 802 251 + 0;
- 327 729 906 177 802 251 ÷ 2 = 163 864 953 088 901 125 + 1;
- 163 864 953 088 901 125 ÷ 2 = 81 932 476 544 450 562 + 1;
- 81 932 476 544 450 562 ÷ 2 = 40 966 238 272 225 281 + 0;
- 40 966 238 272 225 281 ÷ 2 = 20 483 119 136 112 640 + 1;
- 20 483 119 136 112 640 ÷ 2 = 10 241 559 568 056 320 + 0;
- 10 241 559 568 056 320 ÷ 2 = 5 120 779 784 028 160 + 0;
- 5 120 779 784 028 160 ÷ 2 = 2 560 389 892 014 080 + 0;
- 2 560 389 892 014 080 ÷ 2 = 1 280 194 946 007 040 + 0;
- 1 280 194 946 007 040 ÷ 2 = 640 097 473 003 520 + 0;
- 640 097 473 003 520 ÷ 2 = 320 048 736 501 760 + 0;
- 320 048 736 501 760 ÷ 2 = 160 024 368 250 880 + 0;
- 160 024 368 250 880 ÷ 2 = 80 012 184 125 440 + 0;
- 80 012 184 125 440 ÷ 2 = 40 006 092 062 720 + 0;
- 40 006 092 062 720 ÷ 2 = 20 003 046 031 360 + 0;
- 20 003 046 031 360 ÷ 2 = 10 001 523 015 680 + 0;
- 10 001 523 015 680 ÷ 2 = 5 000 761 507 840 + 0;
- 5 000 761 507 840 ÷ 2 = 2 500 380 753 920 + 0;
- 2 500 380 753 920 ÷ 2 = 1 250 190 376 960 + 0;
- 1 250 190 376 960 ÷ 2 = 625 095 188 480 + 0;
- 625 095 188 480 ÷ 2 = 312 547 594 240 + 0;
- 312 547 594 240 ÷ 2 = 156 273 797 120 + 0;
- 156 273 797 120 ÷ 2 = 78 136 898 560 + 0;
- 78 136 898 560 ÷ 2 = 39 068 449 280 + 0;
- 39 068 449 280 ÷ 2 = 19 534 224 640 + 0;
- 19 534 224 640 ÷ 2 = 9 767 112 320 + 0;
- 9 767 112 320 ÷ 2 = 4 883 556 160 + 0;
- 4 883 556 160 ÷ 2 = 2 441 778 080 + 0;
- 2 441 778 080 ÷ 2 = 1 220 889 040 + 0;
- 1 220 889 040 ÷ 2 = 610 444 520 + 0;
- 610 444 520 ÷ 2 = 305 222 260 + 0;
- 305 222 260 ÷ 2 = 152 611 130 + 0;
- 152 611 130 ÷ 2 = 76 305 565 + 0;
- 76 305 565 ÷ 2 = 38 152 782 + 1;
- 38 152 782 ÷ 2 = 19 076 391 + 0;
- 19 076 391 ÷ 2 = 9 538 195 + 1;
- 9 538 195 ÷ 2 = 4 769 097 + 1;
- 4 769 097 ÷ 2 = 2 384 548 + 1;
- 2 384 548 ÷ 2 = 1 192 274 + 0;
- 1 192 274 ÷ 2 = 596 137 + 0;
- 596 137 ÷ 2 = 298 068 + 1;
- 298 068 ÷ 2 = 149 034 + 0;
- 149 034 ÷ 2 = 74 517 + 0;
- 74 517 ÷ 2 = 37 258 + 1;
- 37 258 ÷ 2 = 18 629 + 0;
- 18 629 ÷ 2 = 9 314 + 1;
- 9 314 ÷ 2 = 4 657 + 0;
- 4 657 ÷ 2 = 2 328 + 1;
- 2 328 ÷ 2 = 1 164 + 0;
- 1 164 ÷ 2 = 582 + 0;
- 582 ÷ 2 = 291 + 0;
- 291 ÷ 2 = 145 + 1;
- 145 ÷ 2 = 72 + 1;
- 72 ÷ 2 = 36 + 0;
- 36 ÷ 2 = 18 + 0;
- 18 ÷ 2 = 9 + 0;
- 9 ÷ 2 = 4 + 1;
- 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.
5 243 678 498 844 836 018(10) Base 10 decimal system number converted and written as a base 2 unsigned binary equivalent:
5 243 678 498 844 836 018 (base 10) = 100 1000 1100 0101 0100 1001 1101 0000 0000 0000 0000 0000 0000 0000 1011 0010 (base 2)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.