Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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')