ASCII -> array of 2/4/8- byte hex C values

Converting text to arrays of hex short (16-bit), 32-bit and 64-bit integers.

Input text:

Options:
0x and comma separator for output
big endian output
convert immediately on input change
Suffix for 32-bit values (e.g. UL)
Suffix for 64-bit values (e.g. ULL)

Output: 16-bit values

Output: 32-bit values

Output: 64-bit values


 "Cookie monsters": 7684485    Parse time: 0.001 s