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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
| SJIS-WIN | 綜???G | 100100011000111000111111001111110011111101000111 | 918e3f3f3f47 |
| EUC-JP | 綜???G | 110000011110111000111111001111110011111101000111 | c1ee3f3f3f47 |
| UTF-8 | 綜숄렰렟G | 11100111101101101001110011101100100010001000010011101011101000001011000011101011101000001001111101000111 | e7b69cec8884eba0b0eba09f47 |
| UHC | 綜숄렰렟G | 111100001111110010111100111100011000111010111101100011101011000001000111 | f0fcbcf18ebd8eb047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)