I need to convert a string of non displayable characters to numbers or to a proper string. For example,"Ó " is actually "07D3" in Hex but in decimal, it is "2003".
The attached example uses the Type Cast function from the Advanced >> Data Manipulation palette and conversion functions from the String >> String/Number Conversion palette. You can paste your Ó characters directly into the String control. What do you want to display?