So I have an array of strings, and all of the strings are using the system default ANSI encoding and were pulled from a SQL database. So there are 256 diffe
Use this instead:
Copy from json_encode php manual's comments. Always read the comments. They are useful.