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 | ゚齬 | 110111111110101010010111 | dfea97 |
EUC-JP | ゚齬 | 10001110110111111111001111110111 | 8edff3f7 |
UTF-8 | ゚齬 | 111011111011111010011111111010011011110110101100 | efbe9fe9bdac |
UHC | ?齬 | 001111111110010111100001 | 3fe5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)