PHP's strings are binary safe and mostly oblivious to character encodings and everything is fine if you just pass the data through. If you need to manipulate it you will need to do some work.

php.ini
default_charset = "utf-8"