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 | 迪与 | 11100111100011001001011101011110 | e78c975e |
EUC-JP | 迪与 | 11101101111011001100110110111111 | edeccdbf |
UTF-8 | 迪与 | 111010001011111110101010111001001011100010001110 | e8bfaae4b88e |
UHC | 迪? | 111011101110100000111111 | eee83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)