Changing Encoding type in Response payload

How to change the encoding type of Response payload from UTF-8 to UTF-16.

I have a requirement to change the encoding type of Response payload from UTF-8 to UTF-16.

Response is coming in JSON and we are converting it to XML

0 1 316
1 REPLY 1

Can you explain why you need this?

Another answerer suggested using a Java callout to do the encoding you prefer. Will that work for you?