Skip to main content
Convert Encoding first interprets Input Text using its declared source encoding, then emits the same bytes in the target encoding.

Inputs

Supported options are UTF-8, Base64, Base64 URL, Hex, ASCII, UTF-16LE, UCS-2, Latin-1, and Binary.

Output

For example, UTF-8 text hello converted to Base64 returns aGVsbG8=.
Set Input Encoding to the format the input already uses. Choosing Base64 for ordinary text attempts to decode that text as Base64 rather than encode it.