UTF-16 Converter
Convert text to UTF-16 hex bytes and decode them back.
Convert text to UTF-16 hex code units in little- or big-endian order, and decode UTF-16 hex bytes back into text.
Mode
How to use
- Choose Encode or Decode mode.
- Select little-endian or big-endian byte order.
- Paste text or hex bytes and copy the result.
Frequently asked questions
Which byte order is used?
Little-endian is the default; big-endian can be selected for each conversion.
Can decoding accept formatted hex?
Yes, spaces and commas are ignored when decoding.
Related tools
Base64 Encoder / Decoder
Encode and decode Base64 text with UTF-8 support.
URL Encoder / Decoder
Percent-encode text and decode percent-encoded URLs.
HTML Encoder / Decoder
Escape HTML characters and decode entities back to text.
Base32 Encoder / Decoder
Convert text to RFC 4648 Base32 and decode it back.
ROT13 Converter
Apply the ROT13 cipher to letters while keeping everything else unchanged.
Quoted-Printable Encoder / Decoder
Encode and decode MIME quoted-printable text.