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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 長?W | 10010010101101110011111101010111 | 92b73f57 |
EUC-JP | 長?W | 11000100101110010011111101010111 | c4b93f57 |
UTF-8 | 長렮W | 11101001100101011011011111101011101000001010111001010111 | e995b7eba0ae57 |
UHC | 長렮W | 1110110111111110100011101011101101010111 | edfe8ebb57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)