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^ | 00111111001111110100111101011110 | 3f3f4f5e |
| SJIS-WIN | 頡失O^ | 111010001111010010001110101110000100111101011110 | e8f48eb84f5e |
| EUC-JP | 頡失O^ | 111100001111011010111100101110100100111101011110 | f0f6bcba4f5e |
| UTF-8 | 頡失O^ | 1110100110100000101000011110010110100100101100010100111101011110 | e9a0a1e5a4b14f5e |
| UHC | ?失O^ | 0011111111100011111101110100111101011110 | 3fe3f74f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)