Example: 0123456789abcdef . Input must be a hexadecimal string.
Learn how to swap endianness with our step-by-step guide
Type your hexadecimal string into the input field. The converter will automatically validate and process your input as you type.
Choose the appropriate bit size (16, 32, or 64 bits) to specify how the hex value should be interpreted for byte swapping.
The converter will instantly display the byte-reversed hex string.
Find answers to common questions about endianness and our endianness converter tool
Address N : 1A (MSB)
Address N+1: 2B
Address N+2: 3C
Address N+3: 4D (LSB)
Big-endian is commonly used in network protocols (often referred to as network byte order) and is the standard ordering in significant internet protocols.
Address N : 4D (LSB)
Address N+1: 3C
Address N+2: 2B
Address N+3: 1A (MSB)
The little-endian format is notably used by Intel x86 architecture processors and therefore is widespread in personal computers.