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^ | 111010011111010010001110101110000100111101011110 | e9f48eb84f5e |
| EUC-JP | 鴟失O^ | 111100101111011010111100101110100100111101011110 | f2f6bcba4f5e |
| UTF-8 | 鴟失O^ | 1110100110110100100111111110010110100100101100010100111101011110 | e9b49fe5a4b14f5e |
| 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)