I have some hex data:
48|65|6c|6c|6f|20|53|68|61|72|6f|6b|2e|
20|3d|43|46|3d|46|30|3d|45|38|3d|45|32|3d|45|35|3d|46|32|0d|0a|0d|0a|2e|0d|0a|
The first text string is "Hello Sharok" (without quotes). The second text string is "Привет" (without quotes, "Привет" is "Hello" on Russian). How do I convert this to readable text (the first string is OK, the second string fails.)?
Code page: Windows-1251 (CP1251)