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 | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
| SJIS-WIN | 楡祠??O | 10011110101111101110001001001011001111110011111101001111 | 9ebee24b3f3f4f |
| EUC-JP | 楡祠??O | 11011100110000001110001110101100001111110011111101001111 | dcc0e3ac3f3f4f |
| UTF-8 | 楡祠렭렑O | 11100110101001011010000111100111101001011010000011101011101000001010110111101011101000001001000101001111 | e6a5a1e7a5a0eba0adeba0914f |
| UHC | 楡祠렭렑O | 111010101111100011011110111001101000111010111010100011101010011001001111 | eaf8dee68eba8ea64f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)