Convert text to hexadecimal

We convert the text into hexadecimal form with the specified delimiter.

Options

source - text

dlmtr - a character that will separate hexadecimal digits (or an empty string if not needed)

Result

A string representing text in hexadecimal (74-65-78-74)

Author: admin