Loading

BIN->

strings conversion binary

The ->BIN function decodes a binary string representation into a bytes array.

BIN-> is available since version 1.0.6.

See also

Signatures

Examples

'0011010000110010' BIN-> // Creating a bytes array from a binary string representation. 'UTF-8' BYTES-> // Convert it to UTF-8 string