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 | çëç | 11100111100100011001011111101011100011001001000111100111 | e79197eb8c91e7 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ç??ë??ç | 10001111101010111010111000111111001111111000111110101011101100110011111100111111100011111010101110101110 | 8fabae3f3f8fabb33f3f8fabae |
UTF-8 | çëç | 1100001110100111110000101001000111000010100101111100001110101011110000101000110011000010100100011100001110100111 | c3a7c291c297c3abc28cc291c3a7 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)