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 | 鉋跟滉 | 111001111110111011100110111011101001111111100100 | e7eee6ee9fe4 |
| EUC-JP | 鉋跟滉 | 111011101111000011101100111100001101111011100110 | eef0ecf0dee6 |
| UTF-8 | 鉋跟滉 | 111010011000100110001011111010001011011110011111111001101011101110001001 | e9898be8b79fe6bb89 |
| UHC | ??滉 | 00111111001111111111110011010001 | 3f3ffcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)