UTF-16
E453728
UTF-16 is a variable-length character encoding for Unicode that represents most common characters in one 16-bit code unit and others, including supplementary characters, in pairs of 16-bit code units.
All labels observed (1)
| Label | Occurrences |
|---|---|
| UTF-16 canonical | 2 |
How this entity was disambiguated
This entity first appeared as the object of triple T4575411 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: UTF-16 Context triple: [Supplementary Private Use Area-B, encodingFormSupport, UTF-16]
-
A.
UTF-8
UTF-8 is a widely used variable-length character encoding standard for Unicode that efficiently represents text in most of the world's writing systems while maintaining backward compatibility with ASCII.
-
B.
UTF-32
UTF-32 is a fixed-length Unicode character encoding that represents each code point using 32 bits, providing simple indexing at the cost of higher memory usage.
-
C.
Unicode
Unicode is a universal character encoding standard that assigns unique code points to virtually all written scripts, symbols, and emojis used in modern computing.
-
D.
UTF-7
UTF-7 is an obsolete, 7-bit Unicode text encoding designed primarily for safe transmission of Unicode data over email systems that were not fully 8-bit clean.
-
E.
Unicode Character Database
The Unicode Character Database is a comprehensive collection of machine-readable data files that define the properties, classifications, and behaviors of every character encoded in the Unicode Standard.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: UTF-16 Target entity description: UTF-16 is a variable-length character encoding for Unicode that represents most common characters in one 16-bit code unit and others, including supplementary characters, in pairs of 16-bit code units.
-
A.
UTF-8
UTF-8 is a widely used variable-length character encoding standard for Unicode that efficiently represents text in most of the world's writing systems while maintaining backward compatibility with ASCII.
-
B.
UTF-32
UTF-32 is a fixed-length Unicode character encoding that represents each code point using 32 bits, providing simple indexing at the cost of higher memory usage.
-
C.
Unicode
Unicode is a universal character encoding standard that assigns unique code points to virtually all written scripts, symbols, and emojis used in modern computing.
-
D.
UTF-7
UTF-7 is an obsolete, 7-bit Unicode text encoding designed primarily for safe transmission of Unicode data over email systems that were not fully 8-bit clean.
-
E.
Unicode Character Database
The Unicode Character Database is a comprehensive collection of machine-readable data files that define the properties, classifications, and behaviors of every character encoded in the Unicode Standard.
- F. None of above. chosen
Statements (49)
| Predicate | Object |
|---|---|
| instanceOf |
Unicode encoding form
ⓘ
character encoding ⓘ variable-length encoding ⓘ |
| backwardCompatibleWith | UCS-2 for BMP range ⓘ |
| byteOrderMarkCodeUnit | U+FEFF ⓘ |
| codeUnitType | 16-bit code unit ⓘ |
| comparedTo |
UTF-32
ⓘ
UTF-8 ⓘ |
| definedInStandard |
ISO/IEC 10646
NERFINISHED
ⓘ
Unicode Standard NERFINISHED ⓘ |
| designGoal |
efficient encoding for BMP characters
ⓘ
support for full Unicode range ⓘ |
| differsFrom | UCS-2 in handling of supplementary characters ⓘ |
| encodesBMPCharactersIn | 1 code unit ⓘ |
| encodesSupplementaryCharactersIn | 2 code units ⓘ |
| encodingOf | Unicode code points ⓘ |
| endiannessDependent | true ⓘ |
| hasVariant |
UTF-16 with BOM
ⓘ
UTF-16BE ⓘ UTF-16LE NERFINISHED ⓘ |
| introducedToReplace | UCS-2 NERFINISHED ⓘ |
| isSelfSynchronizing | false ⓘ |
| lessSpaceEfficientThan | UTF-8 for ASCII-heavy text ⓘ |
| maximumBytesPerCharacter | 4 bytes ⓘ |
| minimumBytesPerCharacter | 2 bytes ⓘ |
| moreSpaceEfficientThan | UTF-32 for BMP-heavy text ⓘ |
| notSuitableFor | byte-oriented protocols without defined endianness ⓘ |
| relatedConcept |
Unicode code unit
ⓘ
Unicode scalar value ⓘ surrogate pair ⓘ |
| requiresGraphemeClusteringForUserCharacters | true ⓘ |
| requiresSurrogateHandling | true ⓘ |
| standardizedBy |
International Organization for Standardization
NERFINISHED
ⓘ
Unicode Consortium NERFINISHED ⓘ |
| supportsCodePointRange | U+0000 to U+10FFFF ⓘ |
| surrogatePairSize | 2 code units ⓘ |
| typicalUse |
internal string representation in programming languages
ⓘ
operating system APIs ⓘ text processing APIs ⓘ |
| usedBy |
.NET Framework
NERFINISHED
ⓘ
Java (String internal representation in many versions) ⓘ JavaScript (UTF-16 code units for strings) NERFINISHED ⓘ Microsoft Windows NERFINISHED ⓘ |
| usesBasicMultilingualPlane | true ⓘ |
| usesByteOrderMark | optional ⓘ |
| usesCodeUnitSize | 16 bits ⓘ |
| usesHighSurrogatesRange | U+D800 to U+DBFF ⓘ |
| usesLowSurrogatesRange | U+DC00 to U+DFFF ⓘ |
| usesSurrogatePairs | true ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: UTF-16 Description of subject: UTF-16 is a variable-length character encoding for Unicode that represents most common characters in one 16-bit code unit and others, including supplementary characters, in pairs of 16-bit code units.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.