Hello! There was a problem in transcoding data from the xml request. The counterparty sent a piece of xml for analysis, but I can not decipher the Cyrillic data (there is exactly Cyrillic).

<LastName>[0xca][0xc0][0xd0][0xd2][0xc0][0xc2][0xdb][0xc9]</LastName> <FirstName>[0xc0][0xcd][0xc4][0xd0][0xc5][0xc9]</FirstName> <SurName>[0xc2][0xc0][0xd1][0xc8][0xcb][0xdc][0xc5][0xc2][0xc8][0xd7]</SurName> 

What is this encoding? How to read it? How to translate to Cyrillic? Thanks in advance for your help!

  • one
    artlebedev.ru/tools/decoder for finding and translating encodings - ProkletyiPirat
  • Normally Lebedev decoder does not decode. - vladchernik

0