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 | 蝪磯 | 11100101101000011000100011101001 | e5a188e9 |
EUC-JP | 蝪磯 | 11101010101000111011000011101011 | eaa3b0eb |
UTF-8 | 蝪磯 | 111010001001110110101010111001111010001110101111 | e89daae7a3af |
UHC | ?磯 | 001111111101000110110100 | 3fd1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)