What are the required steps to convert base 10 decimal system
number 7 727 214 971 066 943 786 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;
- 7 727 214 971 066 943 786 ÷ 2 = 3 863 607 485 533 471 893 + 0;
- 3 863 607 485 533 471 893 ÷ 2 = 1 931 803 742 766 735 946 + 1;
- 1 931 803 742 766 735 946 ÷ 2 = 965 901 871 383 367 973 + 0;
- 965 901 871 383 367 973 ÷ 2 = 482 950 935 691 683 986 + 1;
- 482 950 935 691 683 986 ÷ 2 = 241 475 467 845 841 993 + 0;
- 241 475 467 845 841 993 ÷ 2 = 120 737 733 922 920 996 + 1;
- 120 737 733 922 920 996 ÷ 2 = 60 368 866 961 460 498 + 0;
- 60 368 866 961 460 498 ÷ 2 = 30 184 433 480 730 249 + 0;
- 30 184 433 480 730 249 ÷ 2 = 15 092 216 740 365 124 + 1;
- 15 092 216 740 365 124 ÷ 2 = 7 546 108 370 182 562 + 0;
- 7 546 108 370 182 562 ÷ 2 = 3 773 054 185 091 281 + 0;
- 3 773 054 185 091 281 ÷ 2 = 1 886 527 092 545 640 + 1;
- 1 886 527 092 545 640 ÷ 2 = 943 263 546 272 820 + 0;
- 943 263 546 272 820 ÷ 2 = 471 631 773 136 410 + 0;
- 471 631 773 136 410 ÷ 2 = 235 815 886 568 205 + 0;
- 235 815 886 568 205 ÷ 2 = 117 907 943 284 102 + 1;
- 117 907 943 284 102 ÷ 2 = 58 953 971 642 051 + 0;
- 58 953 971 642 051 ÷ 2 = 29 476 985 821 025 + 1;
- 29 476 985 821 025 ÷ 2 = 14 738 492 910 512 + 1;
- 14 738 492 910 512 ÷ 2 = 7 369 246 455 256 + 0;
- 7 369 246 455 256 ÷ 2 = 3 684 623 227 628 + 0;
- 3 684 623 227 628 ÷ 2 = 1 842 311 613 814 + 0;
- 1 842 311 613 814 ÷ 2 = 921 155 806 907 + 0;
- 921 155 806 907 ÷ 2 = 460 577 903 453 + 1;
- 460 577 903 453 ÷ 2 = 230 288 951 726 + 1;
- 230 288 951 726 ÷ 2 = 115 144 475 863 + 0;
- 115 144 475 863 ÷ 2 = 57 572 237 931 + 1;
- 57 572 237 931 ÷ 2 = 28 786 118 965 + 1;
- 28 786 118 965 ÷ 2 = 14 393 059 482 + 1;
- 14 393 059 482 ÷ 2 = 7 196 529 741 + 0;
- 7 196 529 741 ÷ 2 = 3 598 264 870 + 1;
- 3 598 264 870 ÷ 2 = 1 799 132 435 + 0;
- 1 799 132 435 ÷ 2 = 899 566 217 + 1;
- 899 566 217 ÷ 2 = 449 783 108 + 1;
- 449 783 108 ÷ 2 = 224 891 554 + 0;
- 224 891 554 ÷ 2 = 112 445 777 + 0;
- 112 445 777 ÷ 2 = 56 222 888 + 1;
- 56 222 888 ÷ 2 = 28 111 444 + 0;
- 28 111 444 ÷ 2 = 14 055 722 + 0;
- 14 055 722 ÷ 2 = 7 027 861 + 0;
- 7 027 861 ÷ 2 = 3 513 930 + 1;
- 3 513 930 ÷ 2 = 1 756 965 + 0;
- 1 756 965 ÷ 2 = 878 482 + 1;
- 878 482 ÷ 2 = 439 241 + 0;
- 439 241 ÷ 2 = 219 620 + 1;
- 219 620 ÷ 2 = 109 810 + 0;
- 109 810 ÷ 2 = 54 905 + 0;
- 54 905 ÷ 2 = 27 452 + 1;
- 27 452 ÷ 2 = 13 726 + 0;
- 13 726 ÷ 2 = 6 863 + 0;
- 6 863 ÷ 2 = 3 431 + 1;
- 3 431 ÷ 2 = 1 715 + 1;
- 1 715 ÷ 2 = 857 + 1;
- 857 ÷ 2 = 428 + 1;
- 428 ÷ 2 = 214 + 0;
- 214 ÷ 2 = 107 + 0;
- 107 ÷ 2 = 53 + 1;
- 53 ÷ 2 = 26 + 1;
- 26 ÷ 2 = 13 + 0;
- 13 ÷ 2 = 6 + 1;
- 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.
7 727 214 971 066 943 786(10) Base 10 decimal system number converted and written as a base 2 unsigned binary equivalent:
7 727 214 971 066 943 786 (base 10) = 110 1011 0011 1100 1001 0101 0001 0011 0101 1101 1000 0110 1000 1001 0010 1010 (base 2)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.