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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 蚓?袁 | 1110010101101101001111111110010111001101 | e56d3fe5cd |
| EUC-JP | 蚓?袁 | 1110100111001110001111111110101011001111 | e9ce3feacf |
| UTF-8 | 蚓렖袁 | 111010001001101010010011111010111010000010010110111010001010001010000001 | e89a93eba096e8a281 |
| UHC | 蚓렖袁 | 111011001110001010001110101010111110101010111110 | ece28eabeabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)