I receive message from the server and it looks as this:
<?xml version="1.0" encoding="UTF-8"?>
<response>
<meta>
<code>0</code>
<message>ÐÑибка обÑабоÑки запÑоÑа</message>
</meta>
It is not UTF, right? How I can read this in java?
It actually looks valid, according to Google.
Joking. 🙂
Also, the website at 2cyr.com (http://2cyr.com/decode/) gave a few leads, and it looks it could be some Central European Encoding (ISO8859-2 in particular)
Your best bet is to rely in tools like Mozillas’ Chardet and work this string in particular – in plain Java pseudocode:
But it looks like spam after all. Or perhaps an Alternate Reality Game in Stack Overflow 🙂