All the documentation says about InferContentType is "If the inferred content type is text/csv, and the format is delimited, additionally returns field Csv.PotentialDelimiter containing a table for analysis of potential delimiters." It gives no explanation of all the codes in the table, and the last two are strange.
Csv.PotentialDelimiters returns a table with the following (pictured) Potential Delimiter characters. I have added a column Code to the left to show the ASC code of each. The first five, up to the pipe character, are all well understood. But why are chr(1) and chr(87) there? What files have fields separated or delimited by chr(1) or "W"?
Is there a bug in the characters displayed, perhaps only the little end of Unicode characters is being returned? For example, in Japanese the comma is U+3001, so there's the 01.