What this utility does
Perform fixed-width AND, OR, XOR, NOT, left-shift, and right-shift operations on unsigned hexadecimal integers.
Input and output contract
Supported widths are 8, 16, 32, 64, 128, and 256 bits. Inputs must fit the selected width. Width-padded hexadecimal and binary results plus decimal output.
Important limitations
Operations are unsigned. Left shifts are masked to the selected width and right shifts are logical for non-negative values.
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.