Raising binary numbers to the power of another binary number can be complicated. The easiest way to think of doing this is that you multiply the binary number by itself the number of times given in the exponent. This means that you can think of 11 to the power 10 (or 2 to the power of three in decimal as) 11 * 11 (or 2 * 2 in binary). Similarly, 11 to the power of 11 is just 11 * 11 * 11. You can use the free binary power of the calculator above to complete this operation for you. It is easy to use, just place your first number in binary in the top input box then place the exponent (the number you want to raise the first number to the power of) in the second box. Click calculate to get your result.
To use the binary power calcualtor follow the steps below:
You can refresh the calcualtor in the top right above the tool.
Decimal Formula | Decimal Result | Binary Result |
---|---|---|
20 | 1 | 1 |
21 | 2 | 10 |
22 | 4 | 100 |
23 | 8 | 1000 |
24 | 16 | 10000 |
25 | 32 | 100000 |
26 | 64 | 1000000 |
27 | 128 | 10000000 |
28 | 256 | 100000000 |
29 | 512 | 1000000000 |
210 | 1024 | 10000000000 |
216 | 65536 | 10000000000000000 |