What are the required steps to convert base 10 decimal system
number 4 626 058 566 311 020 817 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;
- 4 626 058 566 311 020 817 ÷ 2 = 2 313 029 283 155 510 408 + 1;
- 2 313 029 283 155 510 408 ÷ 2 = 1 156 514 641 577 755 204 + 0;
- 1 156 514 641 577 755 204 ÷ 2 = 578 257 320 788 877 602 + 0;
- 578 257 320 788 877 602 ÷ 2 = 289 128 660 394 438 801 + 0;
- 289 128 660 394 438 801 ÷ 2 = 144 564 330 197 219 400 + 1;
- 144 564 330 197 219 400 ÷ 2 = 72 282 165 098 609 700 + 0;
- 72 282 165 098 609 700 ÷ 2 = 36 141 082 549 304 850 + 0;
- 36 141 082 549 304 850 ÷ 2 = 18 070 541 274 652 425 + 0;
- 18 070 541 274 652 425 ÷ 2 = 9 035 270 637 326 212 + 1;
- 9 035 270 637 326 212 ÷ 2 = 4 517 635 318 663 106 + 0;
- 4 517 635 318 663 106 ÷ 2 = 2 258 817 659 331 553 + 0;
- 2 258 817 659 331 553 ÷ 2 = 1 129 408 829 665 776 + 1;
- 1 129 408 829 665 776 ÷ 2 = 564 704 414 832 888 + 0;
- 564 704 414 832 888 ÷ 2 = 282 352 207 416 444 + 0;
- 282 352 207 416 444 ÷ 2 = 141 176 103 708 222 + 0;
- 141 176 103 708 222 ÷ 2 = 70 588 051 854 111 + 0;
- 70 588 051 854 111 ÷ 2 = 35 294 025 927 055 + 1;
- 35 294 025 927 055 ÷ 2 = 17 647 012 963 527 + 1;
- 17 647 012 963 527 ÷ 2 = 8 823 506 481 763 + 1;
- 8 823 506 481 763 ÷ 2 = 4 411 753 240 881 + 1;
- 4 411 753 240 881 ÷ 2 = 2 205 876 620 440 + 1;
- 2 205 876 620 440 ÷ 2 = 1 102 938 310 220 + 0;
- 1 102 938 310 220 ÷ 2 = 551 469 155 110 + 0;
- 551 469 155 110 ÷ 2 = 275 734 577 555 + 0;
- 275 734 577 555 ÷ 2 = 137 867 288 777 + 1;
- 137 867 288 777 ÷ 2 = 68 933 644 388 + 1;
- 68 933 644 388 ÷ 2 = 34 466 822 194 + 0;
- 34 466 822 194 ÷ 2 = 17 233 411 097 + 0;
- 17 233 411 097 ÷ 2 = 8 616 705 548 + 1;
- 8 616 705 548 ÷ 2 = 4 308 352 774 + 0;
- 4 308 352 774 ÷ 2 = 2 154 176 387 + 0;
- 2 154 176 387 ÷ 2 = 1 077 088 193 + 1;
- 1 077 088 193 ÷ 2 = 538 544 096 + 1;
- 538 544 096 ÷ 2 = 269 272 048 + 0;
- 269 272 048 ÷ 2 = 134 636 024 + 0;
- 134 636 024 ÷ 2 = 67 318 012 + 0;
- 67 318 012 ÷ 2 = 33 659 006 + 0;
- 33 659 006 ÷ 2 = 16 829 503 + 0;
- 16 829 503 ÷ 2 = 8 414 751 + 1;
- 8 414 751 ÷ 2 = 4 207 375 + 1;
- 4 207 375 ÷ 2 = 2 103 687 + 1;
- 2 103 687 ÷ 2 = 1 051 843 + 1;
- 1 051 843 ÷ 2 = 525 921 + 1;
- 525 921 ÷ 2 = 262 960 + 1;
- 262 960 ÷ 2 = 131 480 + 0;
- 131 480 ÷ 2 = 65 740 + 0;
- 65 740 ÷ 2 = 32 870 + 0;
- 32 870 ÷ 2 = 16 435 + 0;
- 16 435 ÷ 2 = 8 217 + 1;
- 8 217 ÷ 2 = 4 108 + 1;
- 4 108 ÷ 2 = 2 054 + 0;
- 2 054 ÷ 2 = 1 027 + 0;
- 1 027 ÷ 2 = 513 + 1;
- 513 ÷ 2 = 256 + 1;
- 256 ÷ 2 = 128 + 0;
- 128 ÷ 2 = 64 + 0;
- 64 ÷ 2 = 32 + 0;
- 32 ÷ 2 = 16 + 0;
- 16 ÷ 2 = 8 + 0;
- 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.
4 626 058 566 311 020 817(10) Base 10 decimal system number converted and written as a base 2 unsigned binary equivalent:
4 626 058 566 311 020 817 (base 10) = 100 0000 0011 0011 0000 1111 1100 0001 1001 0011 0001 1111 0000 1001 0001 0001 (base 2)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.