I have this below String, I don't know it is in which format honestly?
Under%20\302\243100%2E00
And I need to convert the above String in UTF-8 format
and the output should be like below for above String.
Under%20£100%2E00
So Basically How can I convert any String to UTF-8 format in Java?