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 | 1001000010101111100101101001001001001111 | 90af96924f |
| EUC-JP | 星亦O | 1100000010110001110010111111001001001111 | c0b1cbf24f |
| UTF-8 | 星亦O | 11100110100110001001111111100100101110101010011001001111 | e6989fe4baa64f |
| UHC | 星亦O | 1110000011111000111001101011001001001111 | e0f8e6b24f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)