What Two’s Complement Converter does
Encode signed decimal integers to fixed-width two’s-complement hexadecimal or decode exact-width hex back to signed decimal.
Input and output contract
Supported widths are 8, 16, 32, 64, 128, and 256 bits; input must fit the selected signed range. Fixed-width hexadecimal or signed decimal output.
Safe workflow
Choose encode/decode and width, then enter the signed decimal or exact-width hex representation. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
No saturation or truncation is performed when a value falls outside the selected width. If a value is rejected, select a wider signed field or confirm the save format uses two’s complement.