Output tag charset

Started by José Oliver-Didier, November 21, 2020, 10:20:40 PM

Previous topic - Next topic

José Oliver-Didier

I wish to check what charset was used on certain EXIF tags (Example: ASCII or UTF-8). Is there a way to display in the output charset encoding for tags?
blog: http://jmoliver.wordpress.com
flickr:  http://flickr.com/jmoliver

Phil Harvey

If ExifTool knows the encoding then it automatically converts it to UTF-8 by default when extracting information (or to whatever character set you specify with the -charset option.  But if ExifTool doesn't know the character set, it can't do this, and the output encoding is indeterminate.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).