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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 葯鞏 | 11100100110111101110100011011101 | e4dee8dd |
EUC-JP | 葯鞏 | 11101000111000001111000011011111 | e8e0f0df |
UTF-8 | 葯鞏 | 111010001001000110101111111010011001111010001111 | e891afe99e8f |
UHC | 葯鞏 | 11100101101101011100110111111001 | e5b5cdf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)