How can I convert UTF-8 to hex in PHP?

  • Thread starter Thread starter dj50
  • Start date Start date
D

dj50

Guest
Let's say I have this character: å, how do I obtain the hex equivalent: \xc4\x83 in PHP?

Thanks.
 
Back
Top