Re arrange bytes characters

Hello, I have a a data from a raw file wich is:
4D 54 68 64 00 00 00 06 00 00 00 01 03 C0 4D 54 72 6B 00 00 00 0D 00 90 18 60 A5 40 AC 18 00 00 FF 2F 00

I would like to arrange it like this:

4D54 6864 0000 0006 0000 0001 03C0 4D54 726B 0000 000D 0090 1860 A540 AC18 0000 FF2F 00

which means stuck strings every %2 characters.

would you have any idea how to do that ?
thanks in advance.

maybe even simpler

ReArrange_1.v4p (18.7 kB)

Same as Reaktant, but I have add some helptext, and used less nodes.

The patch looks complicated cozz you wanted to end with “00”.

ReArrange_1_0v2.v4p (33.1 kB)