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 | çëË | 11100111100101001001010111101011100011011000001111001011 | e79495eb8d83cb |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ç??ë??Ë | 10001111101010111010111000111111001111111000111110101011101100110011111100111111100011111010101010110011 | 8fabae3f3f8fabb33f3f8faab3 |
UTF-8 | çëË | 1100001110100111110000101001010011000010100101011100001110101011110000101000110111000010100000111100001110001011 | c3a7c294c295c3abc28dc283c38b |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)