What this utility does
Encode Unicode text as UTF-8 bytes and display those bytes as uppercase hexadecimal pairs.
Input and output contract
Text input is limited to 262,144 characters and is encoded as UTF-8. Space-separated uppercase hexadecimal bytes.
Important limitations
The output represents UTF-8 bytes, not UTF-16 code units or a game-specific character table.
SaveEditor.com implements this utility as a deterministic browser-local operation. The conversion result depends only on the explicit input and selected options; it does not infer a game format or silently modify unrelated data.