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 | 1000101111000011001111110011111101001111 | 8bc33f3f4f |
| EUC-JP | 凝?œO | 10110110110001010011111110001111101010011100110101001111 | b6c53f8fa9cd4f |
| UTF-8 | 凝좊œO | 111001011000011110011101111011001010001010001010110001011001001101001111 | e5879deca28ac5934f |
| UHC | 凝좊œO | 11101011111010101010000011101011101010011010101101001111 | ebeaa0eba9ab4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)