UTF-16 - Wikipedia
https://en.wikipedia.org/wiki/UTF-16
UTF-16 (16-bit Unicode Transformation Format) is a character encoding capable of encoding all 1,112,064 non-surrogate code points of Unicode...
Characters in a computer - Unicode Tutorial (UTF-32 & UTF-16)(2/3)
https://www.youtube.com/watch?v=-oYfv794R9s
This tutorial talks about some basic aspects of unicode using the examples of utf-32 and utf-16 encodings.
Complete Character List for UTF-16
https://www.fileformat.info/info/charset/UTF-16/list.htm
You are in FileFormat.Info » Info » Character Sets » UTF-16. Complete Character List for UTF-16.
encoding - What is Unicode, UTF-8, UTF-16? - Stack Overflow
https://stackoverflow.com/questions/2241348/what-is-unicode-utf-8-utf-16
UTF-8 and UTF-16 are two such encodings. They take code points as input and encodes them using some well-defined formula to produce the encoded string. Choosing a particular encoding depends...
Faq - Utf-8, Utf-16, Utf-32 & Bom
https://unicode.org/faq/utf_bom.html
UTF-8, UTF-16, UTF-32 & BOM. General questions, relating to UTF or Encoding Forms. How do I convert a UTF-16 surrogate pair such as <D800 DC00> to UTF-8?
What is the difference between UTF-8 and UTF-16? - Quora
https://www.quora.com/What-is-the-difference-between-UTF-8-and-UTF-16?share=1
UTF-8 and UTF 16 are only two of the established standards for encoding. When using ASCII only characters, a UTF-16 encoded file would be roughly twice as big as the same file encoded with UTF-8.
RFC 2781 - UTF-16, an encoding of ISO 10646
https://tools.ietf.org/html/rfc2781
This document describes the UTF-16 encoding of Unicode/ISO-10646, addresses the issues of serializing UTF-16 as an octet stream for transmission over UTF-16. 1.1 Background and motivation.
Difference Between UTF-8 and UTF-16 | Difference Between
http://www.differencebetween.net/technology/difference-between-utf-8-and-utf-16/
UTF-8 vs UTF-16 UTF stands for Unicode Transformation Format. It is a family of standards for encoding the Unicode character set into its equivalent binary value.
7.5. UTF-16 surrogate pairs
https://unicodebook.readthedocs.io/unicode_encodings.html
UTF-16 and UTF-32 encodings use, respectively, 16 and 32 bits units. UTF-16 encodes code points bigger than U+FFFF using two units: a surrogate pair. UCS-2 can be decoded from UTF-16.
UTF16 Encode Decode - Convert String to UTF16 - ConvertCodes
https://convertcodes.com/utf16-encode-decode-convert-string/
UTF16 encoder/decoder - Online converter tools, Encode/Decode strings to UTF16 and vice versa with interactive UTF16 encoding algorithm by ConvertCodes.
UTF-16 Encoding
https://herongyang.com/Unicode/UTF-16-UTF-16-Encoding.html
UTF-16 : A character encoding that maps code points of Unicode character set to a sequence of 2 When UTF-16 encoding is used to encode (serialize) Unicode characters into a byte stream for...
Convert UTF8 to UTF16 - Online UTF8 Tools
https://onlineutf8tools.com/convert-utf8-to-utf16
World's simplest browser-based UTF8 to UTF16 converter. Just import your UTF8 text in the editor on the left and you will instantly get UTF16 bytes on the right. Free, quick, and very powerful.