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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 種?燼?殃? | 100011101110110100111111111000001001111000111111100111110110100100111111 | 8eed3fe09e3f9f693f |
| EUC-JP | 種?燼?殃? | 101111001110111100111111110111111111111000111111110111011100101000111111 | bcef3fdffe3fddca3f |
| UTF-8 | 種렣燼렦殃렏 | 111001111010100010101110111010111010000010100011111001111000011110111100111010111010000010100110111001101010111010000011111010111010000010001111 | e7a8aeeba0a3e787bceba0a6e6ae83eba08f |
| UHC | 種렣燼렦殃렏 | 111100001111101010001110101101001110001111101000100011101011010111100100111010101000111010100101 | f0fa8eb4e3e88eb5e4ea8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)