Given a string that may contain any character (including a unicode characters), how can I convert this string into hexadecimal representation, and then reverse and obtain from hexadecimal this string?
Given a string that may contain any character (including a unicode characters), how can
Share
Use
pack()andunpack():would produce