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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鯣 | 11101001110001101111011011001011 | e9c6f6cb |
EUC-JP | 鯣? | 111100101100100000111111 | f2c83f |
UTF-8 | 鯣 | 111010011010111110100011111011101001001110110010 | e9afa3ee93b2 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)