What are the required steps to convert base 10 decimal system
number 4 703 731 348 182 786 325 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 703 731 348 182 786 325 ÷ 2 = 2 351 865 674 091 393 162 + 1;
- 2 351 865 674 091 393 162 ÷ 2 = 1 175 932 837 045 696 581 + 0;
- 1 175 932 837 045 696 581 ÷ 2 = 587 966 418 522 848 290 + 1;
- 587 966 418 522 848 290 ÷ 2 = 293 983 209 261 424 145 + 0;
- 293 983 209 261 424 145 ÷ 2 = 146 991 604 630 712 072 + 1;
- 146 991 604 630 712 072 ÷ 2 = 73 495 802 315 356 036 + 0;
- 73 495 802 315 356 036 ÷ 2 = 36 747 901 157 678 018 + 0;
- 36 747 901 157 678 018 ÷ 2 = 18 373 950 578 839 009 + 0;
- 18 373 950 578 839 009 ÷ 2 = 9 186 975 289 419 504 + 1;
- 9 186 975 289 419 504 ÷ 2 = 4 593 487 644 709 752 + 0;
- 4 593 487 644 709 752 ÷ 2 = 2 296 743 822 354 876 + 0;
- 2 296 743 822 354 876 ÷ 2 = 1 148 371 911 177 438 + 0;
- 1 148 371 911 177 438 ÷ 2 = 574 185 955 588 719 + 0;
- 574 185 955 588 719 ÷ 2 = 287 092 977 794 359 + 1;
- 287 092 977 794 359 ÷ 2 = 143 546 488 897 179 + 1;
- 143 546 488 897 179 ÷ 2 = 71 773 244 448 589 + 1;
- 71 773 244 448 589 ÷ 2 = 35 886 622 224 294 + 1;
- 35 886 622 224 294 ÷ 2 = 17 943 311 112 147 + 0;
- 17 943 311 112 147 ÷ 2 = 8 971 655 556 073 + 1;
- 8 971 655 556 073 ÷ 2 = 4 485 827 778 036 + 1;
- 4 485 827 778 036 ÷ 2 = 2 242 913 889 018 + 0;
- 2 242 913 889 018 ÷ 2 = 1 121 456 944 509 + 0;
- 1 121 456 944 509 ÷ 2 = 560 728 472 254 + 1;
- 560 728 472 254 ÷ 2 = 280 364 236 127 + 0;
- 280 364 236 127 ÷ 2 = 140 182 118 063 + 1;
- 140 182 118 063 ÷ 2 = 70 091 059 031 + 1;
- 70 091 059 031 ÷ 2 = 35 045 529 515 + 1;
- 35 045 529 515 ÷ 2 = 17 522 764 757 + 1;
- 17 522 764 757 ÷ 2 = 8 761 382 378 + 1;
- 8 761 382 378 ÷ 2 = 4 380 691 189 + 0;
- 4 380 691 189 ÷ 2 = 2 190 345 594 + 1;
- 2 190 345 594 ÷ 2 = 1 095 172 797 + 0;
- 1 095 172 797 ÷ 2 = 547 586 398 + 1;
- 547 586 398 ÷ 2 = 273 793 199 + 0;
- 273 793 199 ÷ 2 = 136 896 599 + 1;
- 136 896 599 ÷ 2 = 68 448 299 + 1;
- 68 448 299 ÷ 2 = 34 224 149 + 1;
- 34 224 149 ÷ 2 = 17 112 074 + 1;
- 17 112 074 ÷ 2 = 8 556 037 + 0;
- 8 556 037 ÷ 2 = 4 278 018 + 1;
- 4 278 018 ÷ 2 = 2 139 009 + 0;
- 2 139 009 ÷ 2 = 1 069 504 + 1;
- 1 069 504 ÷ 2 = 534 752 + 0;
- 534 752 ÷ 2 = 267 376 + 0;
- 267 376 ÷ 2 = 133 688 + 0;
- 133 688 ÷ 2 = 66 844 + 0;
- 66 844 ÷ 2 = 33 422 + 0;
- 33 422 ÷ 2 = 16 711 + 0;
- 16 711 ÷ 2 = 8 355 + 1;
- 8 355 ÷ 2 = 4 177 + 1;
- 4 177 ÷ 2 = 2 088 + 1;
- 2 088 ÷ 2 = 1 044 + 0;
- 1 044 ÷ 2 = 522 + 0;
- 522 ÷ 2 = 261 + 0;
- 261 ÷ 2 = 130 + 1;
- 130 ÷ 2 = 65 + 0;
- 65 ÷ 2 = 32 + 1;
- 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 703 731 348 182 786 325(10) Base 10 decimal system number converted and written as a base 2 unsigned binary equivalent:
4 703 731 348 182 786 325 (base 10) = 100 0001 0100 0111 0000 0010 1011 1101 0101 1111 0100 1101 1110 0001 0001 0101 (base 2)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.