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 | 殿???瓦 | 10010011011000010011111100111111001111111000101010100010 | 93613f3f3f8aa2 |
| EUC-JP | 殿???瓦 | 11000101110000100011111100111111001111111011010010100100 | c5c23f3f3fb4a4 |
| UTF-8 | 殿닺렭렋瓦 | 111001101010111010111111111010111000101110111010111010111010000010101101111010111010000010001011111001111001001110100110 | e6aebfeb8bbaeba0adeba08be793a6 |
| UHC | 殿닺렭렋瓦 | 11101110111111001011010011101000100011101011101010001110101000101110100010111111 | eefcb4e88eba8ea2e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)