A hex representation is possible in a string. Use formatinto string with each of the 16 bit integrs below each other. You will see which one should be highest and lowest. Byte swap might be necessary !
you can split your 64-bits number to 2 32-bits numbers (MSB and LSB), convert each to HEX string and build new 64-bits HEX string. Look attached example