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 | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 禹??O | 1110001001011010001111110011111101001111 | e25a3f3f4f |
| EUC-JP | 禹??O | 1110001110111011001111110011111101001111 | e3bb3f3f4f |
| UTF-8 | 禹얗볜O | 11100111101001101011100111101100100101101001011111101011101100111001110001001111 | e7a6b9ec9697ebb39c4f |
| UHC | 禹얗볜O | 11101001111000001011111011101001101110101011011101001111 | e9e0bee9bab74f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)