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 | 潗?}潗?{^ | 1000111111001000110110000011111101111101100011111100100011011000001111110111101101011110 | 8fc8d83f7d8fc8d83f7b5e |
UTF-8 | 潗샹}潗샹{^ | 111001101011110110010111111011001000001110111001011111011110011010111101100101111110110010000011101110010111101101011110 | e6bd97ec83b97de6bd97ec83b97b5e |
UHC | 潗샹}潗샹{^ | 1111001011111100101111001010011101111101111100101111110010111100101001110111101101011110 | f2fcbca77df2fcbca77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)