Swap byte order between big-endian and little-endian for hex values.
Endianness refers to byte order in multi-byte values. Big-endian stores the most significant byte first (like reading left to right). Little-endian stores the least significant byte first (used by x86/ARM CPUs). This tool swaps between the two representations.