toBinary
Create binary data from a string with the specified encoding.
string(required): the string to convertencoding(optional): character encoding (default"UTF-8")
utlx
let data = toBinary("Hello World", "UTF-8")
{
length: binaryLength(data)
}