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 | 001111110011111101001111 | 3f3f4f |
| SJIS-WIN | 鶯痔O | 1110100111110010100011101010010001001111 | e9f28ea44f |
| EUC-JP | 鶯痔O | 1111001011110100101111001010011001001111 | f2f4bca64f |
| UTF-8 | 鶯痔O | 11101001101101101010111111100111100101111001010001001111 | e9b6afe797944f |
| UHC | 鶯痔O | 1110010110100011111101101100000001001111 | e5a3f6c04f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)