I'm looking into generating .scc captions that is where text is represented in hex. In the above shared link, it gives an example where a string: "(horn honking)"
is represented as
a820 68ef f26e 2068 ef6e 6be9 6e67 2029
However when I try to use any of the available hex to ASCII converters I don't get the exact string: ¨ hïòn hïnkéng )
Does anyone know what conversion is used here?