
Components
Hex to Binary
Description
Converts a string of hex to a string of binary. Each byte of hex is converted to 8 bit binary.
For example, the hex string “2FBB” is converted to “0010111110111011”.
Connectors
Inputs Type Outputs Type
String of hex
String String of binary
String
147 of 494