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 | 11101001101010011010010111100111100111111010100111100010111001101011001001000010 | e9a9a5e79fa9e2e6b242 |
| EUC-JP | 鬩・遏ゥ粫イB | 11110010101010111000111010100101111011101010000110001110101010011110010011101000100011101011001001000010 | f2ab8ea5eea18ea9e4e88eb242 |
| UTF-8 | 鬩・遏ゥ粫イB | 11101001101011001010100111101111101111011010010111101001100000011000111111101111101111011010100111100111101100101010101111101111101111011011001001000010 | e9aca9efbda5e9818fefbda9e7b2abefbdb242 |
| UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)