Each symbol in given string may be represented in its char code (ASCII-code). Code is 8-bit long, values from 0 to 255, or from 00 to FF in hexadecimal.
Javascript code snippet is available below.