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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| EUC-JP | 渶??渶??^ | 1000111111000111111011010011111100111111100011111100011111101101001111110011111101011110 | 8fc7ed3f3f8fc7ed3f3f5e |
| UTF-8 | 渶싧뜥渶싧뜥^ | 11100110101110001011011011101100100010111010011111101011100111001010010111100110101110001011011011101100100010111010011111101011100111001010010101011110 | e6b8b6ec8ba7eb9ca5e6b8b6ec8ba7eb9ca55e |
| UHC | 渶싧뜥渶싧뜥^ | 11100111101101111001101011100101100011011010100011100111101101111001101011100101100011011010100001011110 | e7b79ae58da8e7b79ae58da85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)