Another holding page for XOR this time. Guessing this is nothing new. Just a truth table and an example
A result bit is 1 if the input bits are different. A result bit is 0 if the input bits are the same.
0b1100 0b1010
⊕ -------
0b0110
So the symbol for XOR is sometimes ⊕