What Signed Integer Interpreter does
Interpret exact 8-, 16-, 32-, or 64-bit hexadecimal bytes as signed or unsigned integers with explicit byte order.
Input and output contract
Input must contain exactly the byte count selected by the width and can be interpreted as big-endian or little-endian. A decimal signed or unsigned integer.
Safe workflow
Choose width, byte order, and signedness before entering the exact bytes from the structure. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
The Tool does not guess a game field type, floating-point format, or variable-length encoding. If the value looks wrong, verify both byte order and whether the field is actually signed.