# Bitwise Math Functions & Examples

Browse Calcul.io bitwise functions for binary values, bitwise logic, shifts, and integer representations. See syntax and editable examples.

## Bitwise

Execute bitwise operations with accuracy and speed.

Bitwise functions are indispensable for low-level programming and hardware design. Calcul.io offers a range of bitwise operations such as AND, OR, XOR, NOT, shifts, and rotations. These functions allow you to manipulate individual bits within an integer, which is fundamental for tasks like cryptography, data compression, and error detection.
 
 With our bitwise functions, you can perform precise bit manipulation with ease. Whether you are developing embedded systems, optimizing performance, or working on algorithmic challenges, Calcul.io provides the tools necessary to execute bitwise operations efficiently and accurately.

| **[bitAnd](https://calcul.io/function/bitAnd/index.md)** |  |
| --- | --- |
| **[bitNot](https://calcul.io/function/bitNot/index.md)** |  |
| **[bitOr](https://calcul.io/function/bitOr/index.md)** |  |
| **[bitXor](https://calcul.io/function/bitXor/index.md)** |  |
| **[leftShift](https://calcul.io/function/leftShift/index.md)** |  |
| **[rightArithShift](https://calcul.io/function/rightArithShift/index.md)** |  |
| **[rightLogShift](https://calcul.io/function/rightLogShift/index.md)** |  |

[All functions](https://calcul.io/functions/index.md)

## Using Bitwise functions

Open any function in this category to review its accepted syntax, try editable inputs, and follow links to related operations. Function names are case-sensitive where shown. Start with the smallest working expression, confirm its result, and then combine it with variables or earlier calculator lines for a longer calculation.

The result stays beside the expression, so you can revise one argument at a time and compare the outcome without rebuilding the rest of your work. Use separate lines when you want to preserve intermediate values for checking or reuse.

Not sure which operation fits? Return to the [complete function reference](https://calcul.io/functions/index.md) to compare categories and search by function name.
