UTF-16 Encoder/Decoder

Convert text to/from UTF-16 byte sequences

UTF-16 Encoder/Decoder

Enter text to encode or decode.

Example: 72 101 108 108 111

0 characters (0 code units)
0 characters

About UTF-16 Encoding

UTF-16 is a character encoding that uses 16-bit code units. Characters in the Basic Multilingual Plane (BMP) use one code unit, while characters outside BMP use surrogate pairs (two code units). The byte order can be big-endian (BE) or little-endian (LE).

Related Tools