What this utility does
Calculate the bitwise XOR of two unsigned arbitrary-precision integers entered as hexadecimal, decimal, or binary.
Input and output contract
Both values must be non-negative integers in the selected input base and no longer than 4,096 characters. The result in hexadecimal, decimal, and binary.
Important limitations
No implicit fixed bit width is applied; leading zeroes do not change the mathematical result.
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.