Hi Team,
Please help me to print NUL character in Alteryx output, I need to this to create SWIFT MX message. The output I need is as below:

but the output I am getting is:

Alteryx Code for the above is:
CharFromInt(31)+"006303"+ CharFromInt(0) + CharFromInt(0) + CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0)+CharFromInt(0) + '<?xml version="'+ '1.0'+'" encoding="UTF-8"?>'
but its not able to print NUL character in output.
Please do let me know for any further details required. Thanks