Bitwise to String

Converts bitwise flow into a binary string, made of '0' and '1' and to an hexadecimal string

Bitwise flows are not directly compatible with data flows. You must use integer-to-bitwise to set bitwise inlets and bitwise-to-integer to retrieve outlet values. Bitwise inputs are in hexadecimal format (0123456789ABCDEF). ie. $FA234B, $FFFF, etc. Bitwise flows are compatible with Color flows.

Settings

in

Bitwise input

binary

Bitwise output as a binary string (made of 0 an 1).

hexa

Bitwise output as an hexadecimal string.

See also

version 5.2.221206

Edit All Pages