UTF16merkintöjen
UTF16merkintöjen, or UTF-16 encoding notation, refers to a system for representing characters from the Unicode standard using a variable-length encoding scheme where characters are encoded using either one or two 16-bit units. This means a single character might take up 16 bits (2 bytes) or 32 bits (4 bytes) of storage. The primary goal of UTF-16 is to accommodate the vast number of characters in Unicode, especially those outside the Basic Multilingual Plane (BMP).
Characters within the BMP, which includes most commonly used characters from the world's writing systems, are
UTF-16 is commonly used in certain operating systems and programming environments, notably Microsoft Windows and Java.