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 | 芽鞏 | 10001001111010001110100011011101 | 89e8e8dd |
EUC-JP | 芽鞏 | 10110010111010101111000011011111 | b2eaf0df |
UTF-8 | 芽鞏 | 111010001000101010111101111010011001111010001111 | e88abde99e8f |
UHC | 芽鞏 | 11100100101101001100110111111001 | e4b4cdf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)