How to convert Hexcode to String with Emoji?
Input HexCode o/p
D83EDD2A0024D83DDC3900700072006F0061007300610073006C006D006B0073006B0033002326BDFE0F
p
phldavies
06/10/2022, 12:35 PM
simplest way is to convert the hex-string to a byte array and then convert that to a string using a given charset. It looks like your example is UTF_16. If so, this should do the trick: https://pl.kotl.in/LqmzrPMC0