Hi, I really got interested in your question, so I decided to search for any information in the Internet.
Look at the image 
As you see, the only difference between these encodings is bits.
Now I will answer your questions one by one:
In my opinion, UTF-8 is a global standard for now. I think it understands more applications and operations, unlike UTF-16 and UTF-32. The last two things is new and it will take a while for them to become global standard.
Yes. I think it’s logically right, cos’ technologies doesn’t stay at one place. CPUs will soon be 1nm and less. Everyday, more and more possibilities of converting datatypes and encodings and etc. Everything’s moving. But maybe humanity will use UTF-8, but simply upgrade it and rename just to ‘UTF’.
All this encodings are used to encode texts, transfer data and so on. So, you can’t tell what is better or worse, if you haven’t worked with it. I sorted the characteristics of UTF-8, -16 and -32 encodings for you from Wikipedia:
UTF-8
-
Bits or Main advantage: UTF-8 requires 8, 16, 24 or 32 bits (one to four octets (bytes) to encode a Unicode character).
-
Domination: Since 2009, UTF-8 has been the dominant encoding (of any kind, not just of Unicode encodings) for the World Wide Web (and declared mandatory “for all things” by WHATWG[5]) and as of December 2019 accounts for 94.5% of all web pages (some of which are simply ASCII, as it is a subset of UTF-8) and 96% of the top 1,000 highest ranked[6] web pages.
UTF-16
UTF-32
-
Bits: UTF-32 always requires 32 bits to encode a character.
-
Usage: internal APIs where the data is single code points or glyphs, rather than strings of characters.
-
Size: This makes UTF-32 close to twice the size of UTF-16. It can be up to four times the size of UTF-8 depending on how many of the characters are in the ASCII subset
-
Advantage: the Unicode code points are directly indexed.
-
Disadvantage: it is space-inefficient, using four bytes per code point, including 11 bits that are always zero.
I think absolutely no. Humanity will definitely remain with UTF-8 encoding as it was, is and will be the global standard for the whole world. Programmers can just rename it in ‘UTF’ and continue to upgrade it.
In conclusion, I must say that every thing in the world needs a particular approach. Feel free to reply to this post, I will be very glad.
If you found any mistakes in this article, just notify me. Any feedback is appreciated)))
Thank you for reading this whole… article…
