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 | 0011111101001111 | 3f4f |
SJIS-WIN | 互O | 100011001101110101001111 | 8cdd4f |
EUC-JP | 互O | 101110001101111101001111 | b8df4f |
UTF-8 | 互O | 11100100101110101001001001001111 | e4ba924f |
UHC | 互O | 111110111011101101001111 | fbbb4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)