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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | ツ宗\}ツ宗\{^ | 1100001010001111010000000101110001111101110000101000111101000000010111000111101101011110 | c28f405c7dc28f405c7b5e |
EUC-JP | ツ宗\}ツ宗\{^ | 10001110110000101011110110100001010111000111110110001110110000101011110110100001010111000111101101011110 | 8ec2bda15c7d8ec2bda15c7b5e |
UTF-8 | ツ宗\}ツ宗\{^ | 1110111110111110100000101110010110101110100101110101110001111101111011111011111010000010111001011010111010010111010111000111101101011110 | efbe82e5ae975c7defbe82e5ae975c7b5e |
UHC | ?宗\}?宗\{^ | 0011111111110000111100110101110001111101001111111111000011110011010111000111101101011110 | 3ff0f35c7d3ff0f35c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)