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 | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 鬘・o | 11101001101000011010010101101111 | e9a1a56f |
EUC-JP | 鬘・o | 1111001010100011100011101010010101101111 | f2a38ea56f |
UTF-8 | 鬘・o | 11101001101011001001100011101111101111011010010101101111 | e9ac98efbda56f |
UHC | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)