You data is in the multibyte encoding UTF-8 without a BOM. Encoding sent by the last is windows-1252 so you can see 3 bytes for some symbols.
There is double quotes (") unibyte, open double quote (“) and close double quote (”) that require 3 bytes. There is a lot of others like ', ‘ and ’.