What Nibble Swapper does
Swap the high and low four-bit nibbles independently inside every supplied hexadecimal byte.
Input and output contract
Input must contain complete hexadecimal byte pairs and is bounded by the browser hex-input ceiling. Space-separated swapped hexadecimal bytes.
Safe workflow
Paste bytes such as 12 AB to receive 21 BA. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
The Tool does not reverse byte order or reorder bytes; only the two nibbles inside each byte are exchanged. If the required transformation reverses byte order, use an endian/byte-order Tool instead.