Skip to content

UTF-8

UTF-8 is a variable-length encoding of Unicode code points using one to four bytes, and it is byte-compatible with ASCII for the first 128 characters.

Most mojibake comes from decoding UTF-8 bytes as a single-byte encoding. Inspect the actual bytes when text looks corrupted. Continue with What is Base64? for the longer explanation.

Related tools

Related articles