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 | 00111111111010101000111001001111 | 3fea8e4f |
| EUC-JP | 馹齊O | 100011111110100110100001111100111110111001001111 | 8fe9a1f3ee4f |
| UTF-8 | 馹齊O | 11101001101001101011100111101001101111011000101001001111 | e9a6b9e9bd8a4f |
| UHC | 馹齊O | 1110110011110001111100001011101001001111 | ecf1f0ba4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)