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 | 種???闇 | 10001110111011010011111100111111001111111000100011000101 | 8eed3f3f3f88c5 |
| EUC-JP | 種???闇 | 10111100111011110011111100111111001111111011000011000111 | bcef3f3f3fb0c7 |
| UTF-8 | 種븃렋렒闇 | 111001111010100010101110111010111011100010000011111010111010000010001011111010111010000010010010111010011001011110000111 | e7a8aeebb883eba08beba092e99787 |
| UHC | 種븃렋렒闇 | 11110000111110101011101011101000100011101010001010001110101001111110010011100001 | f0fabae88ea28ea7e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)