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 | 鬩幃ゥ妝 | 11101001101010011001101111101001101010011001101101000010 | e9a99be9a99b42 |
| EUC-JP | 鬩幃ゥ妝 | 1111001010101011110101101110101110001110101010011101010110100011 | f2abd6eb8ea9d5a3 |
| UTF-8 | 鬩幃ゥ妝 | 111010011010110010101001111001011011100110000011111011111011110110101001111001011010011010011101 | e9aca9e5b983efbda9e5a69d |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)