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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 旋始旋惺^ | 100100001111100110001110011011101001000011111001100111001011011101011110 | 90f98e6e90f99cb75e |
| EUC-JP | 旋始旋惺^ | 110000001111101110111011110011111100000011111011110110001011100101011110 | c0fbbbcfc0fbd8b95e |
| UTF-8 | 旋始旋惺^ | 11100110100101111000101111100101101001111000101111100110100101111000101111100110100000111011101001011110 | e6978be5a78be6978be683ba5e |
| UHC | 旋始旋惺^ | 111000001100000111100011101101111110000011000001111000001111011001011110 | e0c1e3b7e0c1e0f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)