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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 獰?獰?B | 11100000110101100011111111100000110101100011111101000010 | e0d63fe0d63f42 |
EUC-JP | 獰?獰?B | 11100000110110000011111111100000110110000011111101000010 | e0d83fe0d83f42 |
UTF-8 | 獰굗獰굗B | 11100111100011011011000011101010101101011001011111100111100011011011000011101010101101011001011101000010 | e78db0eab597e78db0eab59742 |
UHC | 獰굗獰굗B | 111001111011111010000010011110101110011110111110100000100111101001000010 | e7be827ae7be827a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)