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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
| SJIS-WIN | 悌???Y | 100100101110111000111111001111110011111101011001 | 92ee3f3f3f59 |
| EUC-JP | 悌???Y | 110001001111000000111111001111110011111101011001 | c4f03f3f3f59 |
| UTF-8 | 悌쿰렰렪Y | 11100110100000101000110011101100101111111011000011101011101000001011000011101011101000001010101001011001 | e6828cecbfb0eba0b0eba0aa59 |
| UHC | 悌쿰렰렪Y | 111100001010101011000100111100011000111010111101100011101011100001011001 | f0aac4f18ebd8eb859 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)