what exactly are you trying to do? are you trying to convert?
Last edited on
Thanks for your answer !
Yes, I converted my “string” into binary and now I must look at the number of byte to do that :
7 U+0000 U+007F 1 0xxxxxxx
11 U+0080 U+07FF 2 110xxxxx 10xxxxxx
16 U+0800 U+FFFF 3 1110xxxx 10xxxxxx 10xxxxxx