/
Supported File Encodings

Supported File Encodings

File encodings define how text is stored and displayed in a computer system. They ensure that an integration can accurately read, process, and transmit data in different languages.

The following table provides a list of supported file encodings and their codes:

Encoding Name

Code

Encoding Name

Code

Chinese (Big 5 HKSCS)

BIG5-HKSCS

Chinese (GB 18030)

GB18030

Chinese (GB 2312)

GB2312

Chinese (GBK)

GBK

Japanese (ISO-2022-JP)

ISO-2022-JP

Korean (ISO-2022-KR)

ISO-2022-KR

Western (ISO-8859-1)

ISO-8859-1

Central European (ISO-8859-2)

ISO-8859-2

South European (ISO-8859-3)

ISO-8859-3

Central European (ISO-8859-4)

ISO-8859-4

Cyrillic (ISO-8859-5)

ISO-8859-5

Arabic (ISO-8859-6)

ISO-8859-6

Greek (ISO-8859-7)

ISO-8859-7

Hebrew (ISO-8859-8)

ISO-8859-8

Turkish (ISO-8859-9)

ISO-8859-9

Western (Windows-1252)

Windows-1252

Chinese (Big 5)

big5

Japanese (EUC-JP)

eucJP

Japanese (Shift JIS)

sjis

8-Bit Unicode

UTF-8

The To File and From File components can be configured to use these for input and output file encodings.

Related content

From File
Read with this
Lua File (*.lua)
Lua File (*.lua)
More like this
Escape sequences
Escape sequences
More like this
Big and Little Endianness
Big and Little Endianness
More like this
Unescaped special characters can break applications
Unescaped special characters can break applications
More like this
HTML Entities for special characters
HTML Entities for special characters
More like this