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 | ç½ë¸ï½ | 1110011110111101100011001110101110111000100100001110111110111101 | e7bd8cebb890efbd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç??ë¸?ï? | 10001111101010111010111000111111001111111000111110101011101100111000111110100010101100010011111110001111101010111100000100111111 | 8fabae3f3f8fabb38fa2b13f8fabc13f |
UTF-8 | ç½ë¸ï½ | 11000011101001111100001010111101110000101000110011000011101010111100001010111000110000101001000011000011101011111100001010111101 | c3a7c2bdc28cc3abc2b8c290c3afc2bd |
UHC | ?½??¸??½ | 0011111110101000111101100011111100111111101000101010110000111111001111111010100011110110 | 3fa8f63f3fa2ac3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)