There is a text
% E4% E8% EC% EA% E0% E0% E0% E01998
Artemy decoder says that this is URL-encoded → CP1251 and that the text is Dimkaaaa1998
I try to do it in Sharpe, but for some reason the result is not the one that should turn out. The output is some kind of cotovasia
var str = Uri.UnescapeDataString("%FB%E2%F4%FB%E2%F4%FB%E2%F4"); Encoding srcEncodingFormat = Encoding.UTF8; Encoding dstEncodingFormat = Encoding.GetEncoding("windows-1251"); byte[] originalByteString = srcEncodingFormat.GetBytes(str); byte[] convertedByteString = Encoding.Convert(srcEncodingFormat, dstEncodingFormat, originalByteString); string finalString = dstEncodingFormat.GetString(convertedByteString);
ьарьарьарand the encodingURL-encoded → KOI8-R + CP1251 → KOI8-R- sp7windows-1251- Monk