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 | 甑???^ | 100011011001100100111111001111110011111101011110 | 8d993f3f3f5e |
| EUC-JP | 甑???^ | 101110011111100100111111001111110011111101011110 | b9f93f3f3f5e |
| UTF-8 | 甑희렰렕^ | 11100111100101001001000111101101100111011010110011101011101000001011000011101011101000001001010101011110 | e79491ed9daceba0b0eba0955e |
| UHC | 甑희렰렕^ | 111100011111011111001000111100011000111010111101100011101010101001011110 | f1f7c8f18ebd8eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)