How are Unicode and UTF-8 related?
Unicode defines character code points, while UTF-8 is an encoding scheme that represents those characters as bytes.
They are unrelated country-specific ANSI encodings.
UTF-8 defines which characters exist, while Unicode only stores the resulting files.
Both are identical 128-character sets limited to English letters and symbols.