hexadecimal to binary
I have two hexadecimal strings from Hexadecimal string monoid. I want to XOR them. As there is no XOR function inbuilt, I wish to convert them to binary.
S=BinaryStrings()
H=HexadecimalStrings()
A=H('4ac0')
B=H('b53f')