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 | èüç¯ | 1110100011111100100111001110011110101111 | e8fc9ce7af |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | èü?ç¯ | 10001111101010111011001010001111101010111110010000111111100011111010101110101110100011111010001010110100 | 8fabb28fabe43f8fabae8fa2b4 |
UTF-8 | èüç¯ | 11000011101010001100001110111100110000101001110011000011101001111100001010101111 | c3a8c3bcc29cc3a7c2af |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)