What this utility does
Reverse byte order inside fixed 1, 2, 4, 8, or 16-byte words for hexadecimal binary data.
Input and output contract
Input must be complete hexadecimal bytes and the byte count must be divisible by the selected word size. Space-separated hexadecimal bytes with byte order reversed per word.
Important limitations
The converter reverses bytes within each word; it does not reorder the words themselves or infer numeric types.
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.