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 | 10001001111010010011111101001111 | 89e93f4f |
| EUC-JP | 蛾?O | 10110010111010110011111101001111 | b2eb3f4f |
| UTF-8 | 蛾힙O | 11101000100110111011111011101101100111101001100101001111 | e89bbeed9e994f |
| UHC | 蛾힙O | 1110010010110110110010001111110001001111 | e4b6c8fc4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)