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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 種?義?? | 10001110111011010011111110001011011000000011111100111111 | 8eed3f8b603f3f |
| EUC-JP | 種?義?? | 10111100111011110011111110110101110000010011111100111111 | bcef3fb5c13f3f |
| UTF-8 | 種렟義꿴렡 | 111001111010100010101110111010111010000010011111111001111011111010101001111010101011111110110100111010111010000010100001 | e7a8aeeba09fe7bea9eabfb4eba0a1 |
| UHC | 種렟義꿴렡 | 11110000111110101000111010110000111010111111100110110010111010011000111010110010 | f0fa8eb0ebf9b2e98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)