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 | ç½ë¸êæ | 1110011110111101100011001110101110111000100100001110101011100110 | e7bd8cebb890eae6 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç??ë¸?êæ | 100011111010101110101110001111110011111110001111101010111011001110001111101000101011000100111111100011111010101110110100100011111010100111000001 | 8fabae3f3f8fabb38fa2b13f8fabb48fa9c1 |
UTF-8 | ç½ë¸êæ | 11000011101001111100001010111101110000101000110011000011101010111100001010111000110000101001000011000011101010101100001110100110 | c3a7c2bdc28cc3abc2b8c290c3aac3a6 |
UHC | ?½??¸??æ | 0011111110101000111101100011111100111111101000101010110000111111001111111010100110100001 | 3fa8f63f3fa2ac3f3fa9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)