Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to get bytes from a string?
and how to convert an string into hex
bytes from string is not possible since OB doesn't handle raw bytes, just strings. string to hex is possible if you do: function base64encode utility conversion base64 -> hex