Top "Utf-16" questions

UTF-16 is a character encoding that represents Unicode code points using either 2 or 4 bytes per character.

Should I change from UTF-8 to UTF-16 to accommodate Chinese characters in my HTML?

I am using ASP.NET MVC, MS SQL and IIS. I have a few users that have used Chinese characters …

html utf-8 utf-16
UTF-16 to UTF-8 conversion (for scripting in Windows)

what is the best way to convert a UTF-16 files to UTF-8? I need to use this in a cmd …

windows utf-8 batch-file cmd utf-16
Utf8_general_ci or utf8mb4 or...?

utf16 or utf32? I'm trying to store content in a lot of languages. Some of the languages use double-wide fonts (…

utf-8 localization utf-16 utf-32 utf8mb4
Convert UTF-16 to UTF-8 and remove BOM?

We have a data entry person who encoded in UTF-16 on Windows and would like to have utf-8 and remove …

python unicode utf-8 utf-16
UTF8 vs. UTF16 vs. char* vs. what? Someone explain this mess to me!

I've managed to mostly ignore all this multi-byte character stuff, but now I need to do some UI work and …

string utf-8 character-encoding utf-16 multibyte
Storing UTF-8 string in a UnicodeString

In Delphi 2007 you can store a UTF-8 string in a WideString and then pass that onto a Win32 function, e.…

string delphi unicode utf-8 utf-16
Encode/Decode std::string to UTF-16

I have to handle a file format (both read from and write to it) in which strings are encoded in …

c++ utf-16 stdstring
How to convert a utf-8 string to a utf-16 string in PHP

How do I convert a utf-8 string to a utf-16 string in PHP?

php utf-8 utf-16
Strange unicode characters when reading in file in node.js app

I am attempting to write a node app that reads in a set of files, splits them into lines, and …

javascript node.js unicode utf-16 utf
Converting xml from UTF-16 to UTF-8 using PowerShell

What's the easiest way to convert XML from UTF16 to a UTF8 encoded file?

xml powershell utf-8 utf-16