CONVERT

The CONVERT function converts a String or binary input to another encoding format.
(This function should be used by a user familiar with data encoding conversion.)

Input

Number of Connections: Min: 1/Max:3
InputData TypeDescription
Input1Binary,StringThe String or binary data to convert.
Input2StringSets the Input property. (optional)
Input3StringSets the Output property. (optional)

Output

OutputData TypeDescription
Output1Binary,StringThe converted String or binary data.

Property

NameProperty TypeDescription
InputchoiceIf the input data is binary, this property specifies the input's encoding format:

(AutoDetect) - Attempts to automatically determine the encoding type. The encoding type selected may not be what the user expects.
utf-8 - Unicode utf-8
shift_jis - Shift JIS
euc-jp - EUC-JP
iso-2022-jp - ISO-2022-JP
utf-16 - Unicode utf-16
OutputchoiceIf the output is binary, this property defines the encoding format.

(String) - Outputs the binary as a String.
utf-8 - Unicode utf-8
shift_jis - Shift JIS
euc-jp - EUC-JP
iso-2022-jp - ISO-2022-JP
utf-16 - Unicode utf-16

Topic