Skip to main content
Version: 4.15.1

Encoder component

The Encoder component allows you to transform the encoding of your messages.

Configuration

PropertyDefaultDescription
Origin CharsetUTF-8The charset of the incoming message.
Target CharsetUTF-16The charset the incoming message needs to transform to.

Remarks

Beware: not all charsets are interchangeable for transformations, this could lead to corrupted characters/messages.

Available charsets

The following charsets are supported:

  • ASCII
  • UTF-8
  • UTF-16
  • UTF-32
  • UTF-32BE
  • UTF-32LE
  • UTF-32BE-BOM
  • UTF-32LE-BOM
  • CP437
  • CP737
  • CP775
  • CP850
  • CP852
  • CP855
  • CP857
  • CP858
  • CP862
  • CP866
  • CP874
  • CP1250
  • CP1251
  • CP1252
  • CP1253
  • CP1254
  • CP1257
  • ISO8859_1
  • ISO8859_2
  • ISO8859_4
  • ISO8859_5
  • ISO8859_7
  • ISO8859_9
  • ISO8859_13
  • ISO8859_15
  • KOI8_R
  • KOI8_U
  • CESU8
  • UnicodeBig
  • UnicodeLittle
  • UnicodeBigUnmarked
  • UnicodeLittleUnmarked