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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 鴨??^ | 1000101010011011001111110011111101011110 | 8a9b3f3f5e |
| EUC-JP | 鴨??^ | 1011001111111011001111110011111101011110 | b3fb3f3f5e |
| UTF-8 | 鴨밧괘^ | 11101001101101001010100011101011101100001010011111101010101101001001100001011110 | e9b4a8ebb0a7eab4985e |
| UHC | 鴨밧괘^ | 11100100111001011011100111100101101100011010010101011110 | e4e5b9e5b1a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)