What are the required steps to convert base 10 decimal system
number 4 616 302 208 045 443 273 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 616 302 208 045 443 273 ÷ 2 = 2 308 151 104 022 721 636 + 1;
- 2 308 151 104 022 721 636 ÷ 2 = 1 154 075 552 011 360 818 + 0;
- 1 154 075 552 011 360 818 ÷ 2 = 577 037 776 005 680 409 + 0;
- 577 037 776 005 680 409 ÷ 2 = 288 518 888 002 840 204 + 1;
- 288 518 888 002 840 204 ÷ 2 = 144 259 444 001 420 102 + 0;
- 144 259 444 001 420 102 ÷ 2 = 72 129 722 000 710 051 + 0;
- 72 129 722 000 710 051 ÷ 2 = 36 064 861 000 355 025 + 1;
- 36 064 861 000 355 025 ÷ 2 = 18 032 430 500 177 512 + 1;
- 18 032 430 500 177 512 ÷ 2 = 9 016 215 250 088 756 + 0;
- 9 016 215 250 088 756 ÷ 2 = 4 508 107 625 044 378 + 0;
- 4 508 107 625 044 378 ÷ 2 = 2 254 053 812 522 189 + 0;
- 2 254 053 812 522 189 ÷ 2 = 1 127 026 906 261 094 + 1;
- 1 127 026 906 261 094 ÷ 2 = 563 513 453 130 547 + 0;
- 563 513 453 130 547 ÷ 2 = 281 756 726 565 273 + 1;
- 281 756 726 565 273 ÷ 2 = 140 878 363 282 636 + 1;
- 140 878 363 282 636 ÷ 2 = 70 439 181 641 318 + 0;
- 70 439 181 641 318 ÷ 2 = 35 219 590 820 659 + 0;
- 35 219 590 820 659 ÷ 2 = 17 609 795 410 329 + 1;
- 17 609 795 410 329 ÷ 2 = 8 804 897 705 164 + 1;
- 8 804 897 705 164 ÷ 2 = 4 402 448 852 582 + 0;
- 4 402 448 852 582 ÷ 2 = 2 201 224 426 291 + 0;
- 2 201 224 426 291 ÷ 2 = 1 100 612 213 145 + 1;
- 1 100 612 213 145 ÷ 2 = 550 306 106 572 + 1;
- 550 306 106 572 ÷ 2 = 275 153 053 286 + 0;
- 275 153 053 286 ÷ 2 = 137 576 526 643 + 0;
- 137 576 526 643 ÷ 2 = 68 788 263 321 + 1;
- 68 788 263 321 ÷ 2 = 34 394 131 660 + 1;
- 34 394 131 660 ÷ 2 = 17 197 065 830 + 0;
- 17 197 065 830 ÷ 2 = 8 598 532 915 + 0;
- 8 598 532 915 ÷ 2 = 4 299 266 457 + 1;
- 4 299 266 457 ÷ 2 = 2 149 633 228 + 1;
- 2 149 633 228 ÷ 2 = 1 074 816 614 + 0;
- 1 074 816 614 ÷ 2 = 537 408 307 + 0;
- 537 408 307 ÷ 2 = 268 704 153 + 1;
- 268 704 153 ÷ 2 = 134 352 076 + 1;
- 134 352 076 ÷ 2 = 67 176 038 + 0;
- 67 176 038 ÷ 2 = 33 588 019 + 0;
- 33 588 019 ÷ 2 = 16 794 009 + 1;
- 16 794 009 ÷ 2 = 8 397 004 + 1;
- 8 397 004 ÷ 2 = 4 198 502 + 0;
- 4 198 502 ÷ 2 = 2 099 251 + 0;
- 2 099 251 ÷ 2 = 1 049 625 + 1;
- 1 049 625 ÷ 2 = 524 812 + 1;
- 524 812 ÷ 2 = 262 406 + 0;
- 262 406 ÷ 2 = 131 203 + 0;
- 131 203 ÷ 2 = 65 601 + 1;
- 65 601 ÷ 2 = 32 800 + 1;
- 32 800 ÷ 2 = 16 400 + 0;
- 16 400 ÷ 2 = 8 200 + 0;
- 8 200 ÷ 2 = 4 100 + 0;
- 4 100 ÷ 2 = 2 050 + 0;
- 2 050 ÷ 2 = 1 025 + 0;
- 1 025 ÷ 2 = 512 + 1;
- 512 ÷ 2 = 256 + 0;
- 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 616 302 208 045 443 273(10) Base 10 decimal system number converted and written as a base 2 unsigned binary equivalent:
4 616 302 208 045 443 273 (base 10) = 100 0000 0001 0000 0110 0110 0110 0110 0110 0110 0110 0110 0110 1000 1100 1001 (base 2)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.