What this utility does
Calculate CRC-32/ISO-HDLC for text, hexadecimal bytes, or a local file entirely in the browser.
Algorithm and input contract
Uses the reflected 0xEDB88320 implementation with initial value 0xFFFFFFFF and final XOR 0xFFFFFFFF. The standard 123456789 check value is CBF43926. An 8-character uppercase hexadecimal CRC-32 value.
Important limitations
Different algorithms are also called CRC-32. Match the required polynomial/reflection/init/xor parameters before comparing values from another tool or file format.
SaveEditor.com performs this Phase 17 calculation locally in the browser. The result is derived from the exact bytes supplied by the selected input source; the utility does not infer a game format or silently normalize file contents.