First I have issues when I post UTF-8 characters on MS ACCESS (mdb) database via PHP.
After I'm converting enconding to ISO-8859-1 to show characters correctly from database.
But I didn't like this solution.
If I can change Access Encoding my problem is solved. If not, I still stay with my bad solution.