Interpret a byte as an iso-8859-15 codepoint, and transcode to UTF-8
byte = "\xA4" char = byte.encode("utf-8", "iso-8859-15")