How to compress an hexadecimal number into a short string?

232:
Hex notation is just a convenient shorthand , it is still binary number occupying 4 bits, all you can really do is
to remove unwanted spaces before storing the string.

There is NO string to be stored.

Just 12 (or 5) bytes.

...R