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 | 鬘ッ關ィ | 11101001101000011010111111101000100100001000001101000010 | e9a1afe8908342 |
| EUC-JP | 鬘ッ關ィ | 1111001010100011100011101010111111101111111100001010010110100011 | f2a38eafeff0a5a3 |
| UTF-8 | 鬘ッ關ィ | 111010011010110010011000111011111011110110101111111010011001011110011100111000111000001010100011 | e9ac98efbdafe9979ce382a3 |
| UHC | ??關ィ | 001111110011111111001110101111001010101110100011 | 3f3fcebcaba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)