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 | 癰疱 | 11100001100111101110000101110110 | e19ee176 |
EUC-JP | 癰疱 | 11100001111111101110000111010111 | e1fee1d7 |
UTF-8 | 癰疱 | 111001111001100110110000111001111001011010110001 | e799b0e796b1 |
UHC | 癰疱 | 11101000101110011111100011011110 | e8b9f8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)