there is a string like :
"\231\122\224\116\046\020\127\275\337\153\163\071\052\266\264\300\024"
when I log it in js console, its decoded form is:
'\x99R\x94N&\x10W½ßks9*¶´À\x14'
I've searched a lot but couldn't find what encode/decode method is, in js its automatically converted. I need to converted this string in python