Endianness Byte Swap Converter

Enter a hex value and bit width to see it byte-swapped.

Ad slot

How this works

Byte-swapping reverses the order of the constituent bytes — the same operation as __builtin_bswap32, htonl/ntohl, or a devicetree cpu_to_beX conversion. Useful when a register dump, network packet capture, or file format looks wrong and you suspect an endianness mismatch between the producer and consumer.

← All EmbedCalc tools