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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 陝サ繧勾 | 11101000100111111011101111100011100000101000110011111001 | e89fbbe3828cf9 |
| EUC-JP | 陝サ繧勾 | 1111000010100001100011101011101111100101111000101011100011111011 | f0a18ebbe5e2b8fb |
| UTF-8 | 陝サ繧勾 | 111010011001100110011101111011111011110110111011111001111011100110100111111001011000101110111110 | e9999defbdbbe7b9a7e58bbe |
| UHC | 陝??勾 | 111000001110110100111111001111111100111011111110 | e0ed3f3fcefe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)