Function utf8toiso88591hex

  • convert UTF-8 string to a hexadecimal ISO 8859-1 latin string

    Parameters

    • s: string

      hexadecimal ISO 8859-1 latin string

    Returns string

    UTF-8 string

    See

    iso88591hextoutf8

    Example

    utf8toiso88591hex("A©ú") -> "41a9fa"