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 | ç½ã¯ä» | 111001111011110110001110111000111000001110101111111001001011101110000000 | e7bd8ee383afe4bb80 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ç??ã?¯ä?? | 1000111110101011101011100011111100111111100011111010101110101010001111111000111110100010101101001000111110101011101000110011111100111111 | 8fabae3f3f8fabaa3f8fa2b48faba33f3f |
UTF-8 | ç½ã¯ä» | 110000111010011111000010101111011100001010001110110000111010001111000010100000111100001010101111110000111010010011000010101110111100001010000000 | c3a7c2bdc28ec3a3c283c2afc3a4c2bbc280 |
UHC | ?½??????? | 00111111101010001111011000111111001111110011111100111111001111110011111100111111 | 3fa8f63f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)