Learn to say UTF-8, ASCII, endian, Unicode, BOM, and glyph correctly — the character encoding terminology essential for internationalisation work.
0 / 5 completed
1 / 5
How is 'UTF-8' pronounced?
UTF-8 is pronounced /juː tiː ɛf eɪt/ — 'YOO TEE EF AYT'. 'UTF' is spelled out letter by letter: U = /juː/, T = /tiː/, F = /ɛf/. The '8' is the number eight = /eɪt/. Together: 'YOO TEE EF AYT'. The hyphen is not spoken. Do not try to pronounce 'UTF' as a single word. UTF-8 (Unicode Transformation Format - 8-bit) is the dominant character encoding for the web, capable of representing all Unicode characters using variable-width encoding from 1 to 4 bytes.
2 / 5
How is 'ASCII' pronounced?
ASCII (American Standard Code for Information Interchange) is pronounced /ˈæski/ — 'AS-kee'. It is treated as a word, not spelled out letter by letter, because the cluster 'ASCII' is pronounceable. 'As' = /æs/ (short /æ/ as in 'ask', 'ask'). '-cii' = /kiː/ (the 'c' becomes /k/ before 'i', and the double-i produces /iː/). Two syllables: AS-kee, stress on the first. ASCII is the 7-bit character encoding standard that maps 128 characters (letters, digits, punctuation, control codes), foundational to all modern character encoding.
3 / 5
How is 'Unicode' pronounced?
Unicode is pronounced /ˈjuːnɪkoʊd/ — 'YOO-nih-kohd'. The name blends 'uni-' (one, universal) + 'code'. 'Uni' = /ˈjuːnɪ/ — 'YOO-nih': long /uː/ + short /ɪ/. 'code' = /koʊd/ (diphthong /oʊ/). Three syllables: YOO-nih-kohd, stress on the first. Unicode is the international standard for text representation, assigning a unique code point to every character in every writing system, enabling consistent text processing across all platforms and languages.
4 / 5
How is 'endian' pronounced?
Endian is pronounced /ˈɛndiən/ — 'EN-dee-un'. The term (as in 'big-endian' and 'little-endian') was coined by Danny Cohen in 1980, inspired by Jonathan Swift's Gulliver's Travels, where the Lilliputians fought wars over which end of a boiled egg to crack. 'En' = /ɛn/ (short /ɛ/). 'di' = /diː/ (long 'ee'). '-an' = /ən/ (schwa). Three syllables: EN-dee-un, stress on the first. Endianness describes the byte order in which multi-byte data is stored in memory — critical in networking, file formats, and cross-platform data exchange.
5 / 5
How is 'glyph' pronounced?
Glyph is pronounced /ɡlɪf/ — 'GLIF', rhyming with 'cliff', 'sniff', 'whiff'. The 'g' is always hard /ɡ/ (as in 'go', 'gift'). The 'y' acts as a short /ɪ/ vowel, as in 'myth', 'gym', 'symbol'. The 'ph' = /f/ (Greek-derived digraph). The final '-ph' is never /p/ or /h/ separately. Single syllable: GLIF. In typography and Unicode, a glyph is the visual representation of a character — a single character may have multiple glyphs (bold, italic, etc.), and a single glyph may represent multiple characters (ligatures).