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 | 111001111011011110011101010001011110011110110111100111010100010101000010 | e7b79d45e7b79d4542 |
SJIS-WIN | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
EUC-JP | ç??Eç??EB | 10001111101010111010111000111111001111110100010110001111101010111010111000111111001111110100010101000010 | 8fabae3f3f458fabae3f3f4542 |
UTF-8 | ç·Eç·EB | 110000111010011111000010101101111100001010011101010001011100001110100111110000101011011111000010100111010100010101000010 | c3a7c2b7c29d45c3a7c2b7c29d4542 |
UHC | ?·?E?·?EB | 0011111110100001101001000011111101000101001111111010000110100100001111110100010101000010 | 3fa1a43f453fa1a43f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)