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 | 禹祠??? | 11100010010110101110001001001011001111110011111100111111 | e25ae24b3f3f3f |
| EUC-JP | 禹祠??? | 11100011101110111110001110101100001111110011111100111111 | e3bbe3ac3f3f3f |
| UTF-8 | 禹祠렪골렱 | 111001111010011010111001111001111010010110100000111010111010000010101010111010101011001110101000111010111010000010110001 | e7a6b9e7a5a0eba0aaeab3a8eba0b1 |
| UHC | 禹祠렪골렱 | 11101001111000001101111011100110100011101011100010110000111100011000111010111110 | e9e0dee68eb8b0f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)