Skip to content

Instantly share code, notes, and snippets.

@vkorbes
Last active February 13, 2018 21:40
Show Gist options
  • Select an option

  • Save vkorbes/e0f5970df0bd6ca22a93a98cd6f6d7b2 to your computer and use it in GitHub Desktop.

Select an option

Save vkorbes/e0f5970df0bd6ca22a93a98cd6f6d7b2 to your computer and use it in GitHub Desktop.
Number of bytes Bits for code point Byte 1 Byte 2 Byte 3 Byte 4
1 7 0xxxxxxx
2 11 110xxxxx 10xxxxxx
3 16 1110xxxx 10xxxxxx 10xxxxxx
4 21 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment