I'm receiving data from an AJAX request, and it's really weird. I thought it was unicode, but unicode's codes are like \u00E7 (ç).
\x3Cb\x3E\x3C
What do you think this is? And how can I convert it to normal text with Java?
Thank you
It might be plain ASCII. \x3Cb\x3E\x3C
decodes to <b><
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With