$test = [ 'test'=>urlencode("中文測試") ]; $str= json_encode($test); echo urldecode($str); 結果: {"test":"中文測試"}