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 | ????R | 0011111100111111001111110011111101010010 | 3f3f3f3f52 |
| SJIS-WIN | 綜???R | 100100011000111000111111001111110011111101010010 | 918e3f3f3f52 |
| EUC-JP | 綜???R | 110000011110111000111111001111110011111101010010 | c1ee3f3f3f52 |
| UTF-8 | 綜숄렰렟R | 11100111101101101001110011101100100010001000010011101011101000001011000011101011101000001001111101010010 | e7b69cec8884eba0b0eba09f52 |
| UHC | 綜숄렰렟R | 111100001111110010111100111100011000111010111101100011101011000001010010 | f0fcbcf18ebd8eb052 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)