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 | ç²®è§ | 111001111011001010101110111010001010011110010010 | e7b2aee8a792 |
SJIS-WIN | ????§? | 00111111001111110011111100111111100000011001100000111111 | 3f3f3f3f81983f |
EUC-JP | �� | 10001111101010111010111000111111100011111010001011101110100011111010101110110010101000011111100000111111 | 8fabae3f8fa2ee8fabb2a1f83f |
UTF-8 | ç²®è§ | 110000111010011111000010101100101100001010101110110000111010100011000010101001111100001010010010 | c3a7c2b2c2aec3a8c2a7c292 |
UHC | ?²®?§? | 001111111010100111110111101000101110011100111111101000011101011100111111 | 3fa9f7a2e73fa1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)