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 | 10010010100001100011111101010111 | 92863f57 |
EUC-JP | 中?W | 11000011111001100011111101010111 | c3e63f57 |
UTF-8 | 中렏W | 11100100101110001010110111101011101000001000111101010111 | e4b8adeba08f57 |
UHC | 中렏W | 1111000111101001100011101010010101010111 | f1e98ea557 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)