Convert text to hexadecimal (base-16) representation. Used in color codes, byte inspection, and low-level data formats.
Example
Hi → 4869
ABC → 414243
hello → 68656c6c6f
Convert text to hexadecimal (base-16) representation. Used in color codes, byte inspection, and low-level data formats.
Hi → 4869
ABC → 414243
hello → 68656c6c6f