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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 鉗}鉗{^ | 11100111111001110111110111100111111001110111101101011110 | e7e77de7e77b5e |
EUC-JP | 鉗}鉗{^ | 11101110111010010111110111101110111010010111101101011110 | eee97deee97b5e |
UTF-8 | 鉗}鉗{^ | 111010011000100110010111011111011110100110001001100101110111101101011110 | e989977de989977b5e |
UHC | 鉗}鉗{^ | 11001100110001100111110111001100110001100111101101011110 | ccc67dccc67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)