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 | 00111111100011101100111001001111 | 3f8ece4f |
| EUC-JP | ?斜O | 00111111101111001101000001001111 | 3fbcd04f |
| UTF-8 | 조斜O | 11101100101000011011000011100110100101101001110001001111 | eca1b0e6969c4f |
| UHC | 조斜O | 1100000110110110110111101101100001001111 | c1b6ded84f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)