Data encodings
Data encodings are character encodings that are typically used to store byte streams. For all data encodings, the data is first decoded to aUint8Array and then converted to
a string based on its encoding type (ASCII, Latin1, UTF-8, UTF-16, UTF-32). This step takes precedence over any other ciphertext settings,
unless the widget evaluates the ciphertext bytes rather than the encoded text data.
Supported data encoding types:

