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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | 蔣?}蔣?{^ | 1000111111011001101101100011111101111101100011111101100110110110001111110111101101011110 | 8fd9b63f7d8fd9b63f7b5e |
UTF-8 | 蔣귄}蔣귄{^ | 111010001001010010100011111010101011011110000100011111011110100010010100101000111110101010110111100001000111101101011110 | e894a3eab7847de894a3eab7847b5e |
UHC | 蔣귄}蔣귄{^ | 1110110111111000101100011100111101111101111011011111100010110001110011110111101101011110 | edf8b1cf7dedf8b1cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)