Does the PlatformIO Serial Monitor support the ASCII extended character set?

This is producing the UTF-8 encoding for me U+00B0 = 0xc2 0xb0,

Using

Does not decode correctly since my terminal locale is UTF-8 / codepage 65001.

As expected due to the encoding mismatch.