大宮 僚馬 I'm glad that your issue is resolved and thank you for posting your solution so that others experiencing the same thing can easily reference this!
Since the Microsoft Q&A community has a policy that the question author cannot accept their own answer, they can only accept answers by others, I'll repost your solution in case you'd like to Accept the answer.
Error Message:
Previously, when indexing Japanese files, they were still in Japanese, but when I tried recently, the characters were converted to Unicode.
Upon investigation, we found that the API used in the Azure Cognitive Search skill set has changed, and we believe this may be the cause.
Before the change
https://XXX.openai.azure.com/openai/chunks?api-version=2023-03-31-preview
After change
https://XXX.openai.azure.com/openai/preprocessing-jobs?api-version=2023-03-31-preview
How can I create the index in Japanese as it was before the change?
**
Solution :
I ran it last night and it fixed the problem.
If you have any other questions, please let me know. Thank you again for your time and patience throughout this issue.