I have a string which contains following text.
\xD0\xA4\xD0\xB5\xD0\xB4\xD0\xBE\xD1\x80\xD0\xBE\xD0\xB2
It is not a literal. In string it's stored as separate characters like this ['\','x','D','0','\','x','A','4',...]
How to convert this string to normal characters?