convert UCS-2 hexadecimal stirng to UTF-8 string
hexadecimal string of UCS-2 string (ex. "0066")
UTF-8 string
This function converts hexadecimal value of UCS-2 string to UTF-8 string.
ucs2hextoutf8("006600fc0072") -> "für" Copy
ucs2hextoutf8("006600fc0072") -> "für"
convert UCS-2 hexadecimal stirng to UTF-8 string