To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
| Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
|---|---|---|---|
| ISO-8859-1 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 兒??兒??B | 100110010101101000111111001111111001100101011010001111110011111101000010 | 995a3f3f995a3f3f42 |
| EUC-JP | 兒??兒??B | 110100011011101100111111001111111101000110111011001111110011111101000010 | d1bb3f3fd1bb3f3f42 |
| UTF-8 | 兒랁뢞兒랁뢞B | 11100101100001011001001011101011100111101000000111101011101000101001111011100101100001011001001011101011100111101000000111101011101000101001111001000010 | e58592eb9e81eba29ee58592eb9e81eba29e42 |
| UHC | 兒랁뢞兒랁뢞B | 11100100101011101000110111101101100011110101100111100100101011101000110111101101100011110101100101000010 | e4ae8ded8f59e4ae8ded8f5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)