Is it possible to represent a sequence of hex characters (0-9A-F) with a sequence of 0-9a-zA-Z characters, so the the result sequence is smaller and can be decoded?
(From http://www.linux-support.com/cms/php-convert-hex-strings-to-ascii-strings/)
(Works like this javascript tool: http://www.dolcevie.com/js/converter.html)