Binary Calculator
Perform binary arithmetic operations including AND, OR, XOR, NOT, and bit shifts with decimal and hex output.
How to Use Binary Calculator
The Binary Calculator is a free online tool for performing bitwise arithmetic operations. Choose from AND, OR, XOR, NOT, left shift, and right shift operations. Enter values in decimal or binary format and see results displayed in decimal, binary, and hexadecimal simultaneously. Whether you are learning computer science, debugging low-level code, working with network masks, manipulating bit flags, understanding binary operations, or doing embedded systems programming, this tool provides instant results with multiple output formats.
Step-by-Step Instructions
- Select the input format (decimal or binary)
- Choose the bitwise operation (AND, OR, XOR, NOT, shift)
- Enter the values and click Calculate
- View results in decimal, binary, and hexadecimal
Related Tools
JSON Formatter and Validator
Format, validate, and pretty-print JSON with syntax highlighting.
Base64 Encoder and Decoder
Encode text to Base64 or decode Base64 strings back to plain text.
URL Encoder and Decoder
Encode special characters for URLs or decode percent-encoded strings.
HTML Entity Encoder and Decoder
Encode special characters as HTML entities or decode them back.