Python for Everybody – A Review :Capstone: Retrieving, Processing, and Visualizing Data with Python (Python for Everybody Specialization) Answers 2025
✅ Correct Answer: UTF-8
Explanation:
UTF-8 is the most widely used Unicode encoding format when transferring text data between systems.
It’s efficient (uses fewer bytes for common characters), backward-compatible with ASCII, and works across all platforms and web systems.
🧾 Summary:
| Concept | Answer |
|---|---|
| Most common Unicode encoding | ✅ UTF-8 |