XOR Calculator is easy to use tool to calculate XOR between to numbers. Copy, Paste and Calculate. This is an online tool which can be used to perform various XOR operations on numbers.
XOR is a logical operation that returns true only if, and only if, exactly one of the two inputs is true.
Binary data
110011 000111
Output
110100
Decimal data
123456789 987654321
Output
1032168868
Hexadecimal data
0x123456789 0xabcdef
Output
0x123eeaa66



Filter