I'm suspecting that there is no advantageAll characters in choosing ASCII encoding over UTF8, since anything ASCII encoded wouldcan be exactly the same size as if it is UTF8 encoded and besides, UTF8 provides support for characters that happen to be outsideusing UTF-8 without an increase in storage (both requires a byte of storage).
UTF-8 has the rangeadded benefit of character support beyond "ASCII-characters". If that's the case, why will we ever choose ASCII encoding over UTF-8?
Could someone point out one area in whichIs there a use-case when we will ever choose ASCII instead of UTF8 UTF-8?