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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | チ犇閘チ犇閔^ | 1100000111100000101101001110100001111101110000011110000010110100111010000111101101011110 | c1e0b4e87dc1e0b4e87b5e |
EUC-JP | チ犇閘チ犇閔^ | 10001110110000011110000010110110111011111101111010001110110000011110000010110110111011111101110001011110 | 8ec1e0b6efde8ec1e0b6efdc5e |
UTF-8 | チ犇閘チ犇閔^ | 11101111101111101000000111100111100010101000011111101001100101101001100011101111101111101000000111100111100010101000011111101001100101101001010001011110 | efbe81e78a87e99698efbe81e78a87e996945e |
UHC | ??閘??閔^ | 001111110011111111001011101001100011111100111111110110101100101001011110 | 3f3fcba63f3fdaca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)