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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鬻鬻^ | 111000101111011011110101111011101110001011110110111101011110111001011110 | e2f6f5eee2f6f5ee5e |
EUC-JP | 鬻?鬻?^ | 11100100111110000011111111100100111110000011111101011110 | e4f83fe4f83f5e |
UTF-8 | 鬻鬻^ | 11101001101011001011101111101110100100011001100111101001101011001011101111101110100100011001100101011110 | e9acbbee9199e9acbbee91995e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)