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 | 11101000100111111010110001010111 | e89fac57 |
EUC-JP | 陝ャW | 1111000010100001100011101010110001010111 | f0a18eac57 |
UTF-8 | 陝ャW | 11101001100110011001110111101111101111011010110001010111 | e9999defbdac57 |
UHC | 陝?W | 11100000111011010011111101010111 | e0ed3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)