Functions
BIN2HEX
Convert binary to hexadecimal
Try it
When to use it
When should I use BIN2HEX?
Use BIN2HEX to convert a binary (base-2) string to its hexadecimal representation, commonly needed when translating raw bit patterns to hex notation used in hardware and protocols.
Used in
Syntax
BIN2HEX(number, [places])