String to Hex

Convert a string to its hexadecimal representation.

Code

Utilities
bin2hex($str);

Parameters

The string to convert to hex.

Server

More PHP Snippets