> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/conversion-functions/stringtoutf8.md).

# StringToUTF8

This Function returns a *\<string>*, which is the specified Unicode string converted to UTF8.

### Parameters

* **Value** *\<string> -* Unicode string to convert.

### **Examples**

* *Example 1*

StringToUTF8("Kalipso")\
**Result** = Kalipso

{% hint style="info" %}
In Kalipso, all strings are Unicode.
{% endhint %}
