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.