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 | 簇竭? | 1110001011000110111000101001000100111111 | e2c6e2913f |
| EUC-JP | 簇竭? | 1110010011001000111000111111000100111111 | e4c8e3f13f |
| UTF-8 | 簇竭렯 | 111001111011000010000111111001111010101110101101111010111010000010101111 | e7b087e7abadeba0af |
| UHC | 簇竭렯 | 111100001110101011001010111001101000111010111100 | f0eacae68ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)