Functions

uniToBin

Supported By

Syntax

[the] uniToBin of factor

uniToBin ( expression )

Factor and expression yield a string.

Example

put the uniToBin of "αβ" -- yields "CEB1CEB2"

Description

The uniToBin function returns a binary of the string passed to it encoded in the UTF-8 text encoding.

See Also

binToChar, binToUni, charToBin, charToNum, numToChar, numToUni, uniToNum