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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 阮幄麿B | 11101000100101101001101111101000100101101001101101000010 | e8969be8969b42 |
| EUC-JP | 阮幄麿B | 11101111111101101101011011101010110010111111101101000010 | eff6d6eacbfb42 |
| UTF-8 | 阮幄麿B | 11101001100110001010111011100101101110011000010011101001101110101011111101000010 | e998aee5b984e9babf42 |
| UHC | 阮幄?B | 111010001101011011100100110000010011111101000010 | e8d6e4c13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)