the binToUni of factor
binToUni ( expression )
Factor and expression yield a binary.
put the binToUni of "CEB3CEB4" -- yields "γδ"
The binToUni function returns the string encoded by the binary passed to it in the UTF-8 text encoding.
binToChar, charToBin, charToNum, numToChar, numToUni, uniToBin, uniToNum