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 | 001111111001111001111110001111110011111110011110011111100011111101000010 | 3f9e7e3f3f9e7e3f42 |
| EUC-JP | ?桎??桎?B | 001111111101101111011111001111110011111111011011110111110011111101000010 | 3fdbdf3f3fdbdf3f42 |
| UTF-8 | 롚桎렮롚桎렮B | 11101011101000011001101011100110101000011000111011101011101000001010111011101011101000011001101011100110101000011000111011101011101000001010111001000010 | eba19ae6a18eeba0aeeba19ae6a18eeba0ae42 |
| UHC | 롚桎렮롚桎렮B | 10001110110111101111001011101110100011101011101110001110110111101111001011101110100011101011101101000010 | 8edef2ee8ebb8edef2ee8ebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)