
August 8th, 2003, 12:20 PM
|
 |
Doggie
|
|
Join Date: Jul 2003
Location: Seattle, WA
Posts: 751
  
Time spent in forums: 10 h 38 m 25 sec
Reputation Power: 11
|
|
|
What language are you using for this? For instance, in Perl you could just do:
$text=unpack("H*",$hex);
to convert the hex back to readable text.
|