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 | 錠???瓦 | 10001111111110010011111100111111001111111000101010100010 | 8ff93f3f3f8aa2 |
| EUC-JP | 錠???瓦 | 10111110111110110011111100111111001111111011010010100100 | befb3f3f3fb4a4 |
| UTF-8 | 錠닺렭렋瓦 | 111010011000110010100000111010111000101110111010111010111010000010101101111010111010000010001011111001111001001110100110 | e98ca0eb8bbaeba0adeba08be793a6 |
| UHC | 錠닺렭렋瓦 | 11101111111111001011010011101000100011101011101010001110101000101110100010111111 | effcb4e88eba8ea2e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)