CHAR
HEX
SPACE
Converts a string or number to a hexadecimal string.
HEX(str | n)
Enter values below to update the example in real time.
product_id
hex_id
products
SELECT product_id, HEX(product_id) AS hex_id FROM products;