Reference

Components
Binary to Hex
Description
Converts a string of binary to a string of hex. Each 8 bits of binary is converted to Ascii and then the hex representation of that byte is used in
the hex string.
For example, the binary string “0010111110111011” is converted to the hex string “2FBB”.
Connectors
Inputs Type Outputs Type
String of binary
String String of hex
String
25 of 494