http://qs1969.pair.com?node_id=301682

samgold has asked for the wisdom of the Perl Monks concerning the following question:

I have a file that contains SQL statements. In the SQL statements there is raw data.
When I look at the data using vi it looks like this: '\302U^K'
When I look at using more it looks like this: 'ÂU '
How can I convert that from raw to hex or raw to decimal?
How does it look to a regular expression?
Any help would be greatly appreciated.

Thanks,
Sam Gold