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 | ç®Eç®EB | 111001111010111010001111010001011110011110101110100011110100010101000010 | e7ae8f45e7ae8f4542 |
SJIS-WIN | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
EUC-JP | ç®?Eç®?EB | 1000111110101011101011101000111110100010111011100011111101000101100011111010101110101110100011111010001011101110001111110100010101000010 | 8fabae8fa2ee3f458fabae8fa2ee3f4542 |
UTF-8 | ç®Eç®EB | 110000111010011111000010101011101100001010001111010001011100001110100111110000101010111011000010100011110100010101000010 | c3a7c2aec28f45c3a7c2aec28f4542 |
UHC | ?®?E?®?EB | 0011111110100010111001110011111101000101001111111010001011100111001111110100010101000010 | 3fa2e73f453fa2e73f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)