Binary calculator binary numbers पर arithmetic operations perform करता है और number systems convert करता है।
Binary Math तुरंत Calculate करें
Add, subtract binary। Convert between number systems।
Number Systems
| System | Base | 42 in this system |
|---|---|---|
| Binary | 2 | 101010 |
| Octal | 8 | 52 |
| Decimal | 10 | 42 |
| Hex | 16 | 2A |
Binary Arithmetic Rules
0+0=0, 0+1=1, 1+1=10 (carry 1)
Example: 1011 + 1101 = 11000 (11+13=24)Conversion Methods
Decimal→Binary: 2 से repeatedly divide, remainders bottom-up read। 42 → 101010।
Binary→Hex: 4-bit groups: 0010 1010 → 2A।
Practical Applications
- IP subnetting — binary AND operations
- File permissions — chmod 755 = 111 101 101
- Colors — #FF0000 = 11111111 00000000 00000000
How to Use the Tool (Step by Step)
- 1
Calculator खोलें
ToolsArena पर visit करें।
- 2
Binary numbers enter करें
Binary values type करें।
- 3
Operation choose करें
Add, subtract, multiply select करें।
- 4
Result देखें
Binary, decimal, octal, hex में result।
Frequently Asked Questions
Binary numbers कैसे add करें?+−
0+0=0, 0+1=1, 1+1=10 (carry 1)। Right to left, decimal जैसे लेकिन 2 पर carry।
Decimal to binary कैसे convert करें?+−
2 से repeatedly divide, remainders bottom-up: 42 → 101010।
Two's complement क्या है?+−
Negative numbers represent करने का system। Invert bits + add 1। Modern CPUs इसी से subtract करते हैं।
Binary Math तुरंत Calculate करें
Add, subtract binary। Convert between number systems।
Binary Calculator खोलें →Related Guides
Hex to RGB Converter Guide
Hex, RGB, HSL, HSV color formats के बीच convert करें।
प्रतिशत कैलकुलेटर गाइड
प्रतिशत के सभी formulas — GST calculation, exam marks percentage, discount और profit-loss — आसान भाषा में।