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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 鬩・遏ゥ繹イB | 11101001101010011010010111100111100111111010100111100011100010001011001001000010 | e9a9a5e79fa9e388b242 |
| EUC-JP | 鬩・遏ゥ繹イB | 11110010101010111000111010100101111011101010000110001110101010011110010111101000100011101011001001000010 | f2ab8ea5eea18ea9e5e88eb242 |
| UTF-8 | 鬩・遏ゥ繹イB | 11101001101011001010100111101111101111011010010111101001100000011000111111101111101111011010100111100111101110011011100111101111101111011011001001000010 | e9aca9efbda5e9818fefbda9e7b9b9efbdb242 |
| UHC | ????繹?B | 0011111100111111001111110011111111100110101110100011111101000010 | 3f3f3f3fe6ba3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)