To use Binary Calculator, enter the values in the input boxes below and click on Calculate button.
A binary calculator allows you to quickly calculate binary numbers. It is perfect for those who have trouble remembering them.you can use calculator Binary Calculation to Add(+), Subtract(-), Multiply(*), Divide( /), and(&), or(|), not(~), for(^), all calculations with one calculator .
To use Binary Calculator,
1- Enter the number of binary digits (bits) you want to calculate:
2- Select operation:
You can do these operation Calculation on calculator:
Add(+),
Subtract(-),
Multiply(*),
Divide( /),
and(&),
or(|),
not(~),
for(^),
left shift (<<),
right shift(>>),
zero-fill right shift(>>).
3. Click on the calculate button.
4. You will receive a result showing the results:
Some binary calculations example below:
Add(+) binary numbers
Input:
10 +11
Output:
Binary number result: 101
Decimal number result: 5
Hex number result: 5
Example Sub(-) binary numbers
Input:
100 - 111
Output:
Binary number result: -11
Decimal number result: -3
Hex number result: -3
Example: multiply (*) binary number
Input:
1000 x 1010
Output
Binary number result: 1010000
Decimal number result: 80
Hex number result: 50
Div ➗ binary numbers
Input:
10000 ➗ 10100
Output:
Binary number result: 0.11001100110011001101
Decimal number result: 0.8
Hex number result:0.CCCCCCCCCCCCCCCCCCCD
And & binary number:
Input:
10000 & 10100
Output:
Binary number result: 10000
Decimal number result: 16
Hex number result: 10
Binary/Decimal Conversion
Decimal |
Binary |
|
0 |
0 |
|
1 |
1 |
|
2 |
10 |
|
3 |
11 |
|
4 |
100 |
|
7 |
111 |
|
8 |
1000 |
|
10 |
1010 |
|
16 20 |
10000 10100 |