What Byte Order Mark Tool does
Detect, strip, or prepend UTF-8, UTF-16LE, or UTF-16BE byte order marks on explicit hexadecimal byte input.
Input and output contract
The Tool recognizes EF BB BF, FF FE, and FE FF at offset zero and refuses to add another recognized BOM. Detected BOM metadata or transformed hexadecimal bytes.
Safe workflow
Choose detect, strip, or add and paste complete hex bytes. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
It does not infer the encoding of the remaining payload beyond the BOM signature. A file without a BOM may still be valid text; absence does not prove an encoding.