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 | 齎詐 | 11100110110110001000110110111100 | e6d88dbc |
EUC-JP | 齎詐 | 11101100110110101011101010111110 | ecdababe |
UTF-8 | 齎詐 | 111010011011110110001110111010001010100110010000 | e9bd8ee8a990 |
UHC | 齎詐 | 11101110101100101101111011110001 | eeb2def1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)