Online reverse byte array tool

Paste your byte array and click "Convert" to instantly reverse the bytes of the C array online!

Your byte array:

/* byte array to reverse: 0xAA, 0xBB, 0xCC */
/* reversed: CC-BB-AA */
int reverse_byte_array[3u] = {0xCC, 0xBB, 0xAA};
int byte_array_length = 3u;



Some firmware requires a reversed byte array. This tool instantly reverses C byte arrays online.
Invert the order of bytes in Bluetooth MAC addresses, Wi-Fi MAC addresses, serial numbers, and more.
See also online-c-array-generator
and online-uuid-to-c-array-converter tool
or online-uuid-generator.