I have this statement below in php to convert hex string to binary.
hex
binary
$m=pack(\"H*\" , \"A88BE9L98990........\");
I
python2php web site can help you - it suggest using struct.pack
struct.pack