Converting response from Bytecode to UTF-16

I am gettiing response like below:
How to convert it proper characters.
Because when I use the pm.response.json() it throws me this error
“JSONError: Unexpected token ‘�’ at …”

“��\u0000{\u0000”\u0000S\u0000t\u0000a\u0000t\u0000u\u0000s\u0000"\u0000:\u0000{\u0000"\u0000s\u0000t\u0000a\u0000t\u0000u\u0000s\u0000C\u0000o\u0000d\u0000e\u0000"\u0000:\u0000"\u00000\u0000"\u0000,\u0000"\u0000m\u0000e\u0000s\u0000s\u0000a\u0000g\u0000e\u0000"\u0000:\u0000"\u0000R\u0000e\u0000s\u0000p\u0000o\u0000n\u0000s\u0000e\u0000 \u0000O\u0000k\u0000"\u0000}

@salma71 Have you tried going through this thread?