Online reverse byte array tool

Paste your byte array and click "Reverse" 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 require a reverse byte array. This C code byte array inverter instantly inverts C byte arrays online.
Online invert the order of the bytes in Bluetooth MAC addresses, WiFi MAC addresses, serial numbers...
See also online-c-array-generator
and online-uuid-to-c-array-converter tool
or online-uuid-generator.