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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ鳴ュツ儡 | 11000010100101101100001010101101110000101001100101010011 | c296c2adc29953 |
EUC-JP | ツ鳴ュツ儡 | 10001110110000101100110011000100100011101010110110001110110000101101000110110100 | 8ec2ccc48ead8ec2d1b4 |
UTF-8 | ツ鳴ュツ儡 | 111011111011111010000010111010011011001110110100111011111011110110101101111011111011111010000010111001011000010010100001 | efbe82e9b3b4efbdadefbe82e584a1 |
UHC | ?鳴??儡 | 00111111110110011011000000111111001111111101011011101101 | 3fd9b03f3fd6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)