convert a hexadecimal string to a URLComponent string such like "%67%68".
hexadecimal string
URIComponent string such like "%67%68"
hextouricmp("6768") -> "%67%68" Copy
hextouricmp("6768") -> "%67%68"
convert a hexadecimal string to a URLComponent string such like "%67%68".