What Latin-1 Hex Converter does
Encode ISO-8859-1 representable text to bytes or decode arbitrary Latin-1 bytes back to Unicode characters.
Input and output contract
Encoding accepts only code points U+0000 through U+00FF; decoding maps each byte directly to the same code point. Space-separated bytes or decoded text.
Safe workflow
Choose encode/decode and paste the text or hexadecimal bytes. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
Latin-1 is not Windows-1252 in the 0x80–0x9F range. Use the Windows-1252 Tool when smart quotes, euro signs, or Windows punctuation are expected.