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 | 猩錮 | 11100000110011011110011111111100 | e0cde7fc |
EUC-JP | 猩錮 | 11100000110011111110111011111110 | e0cfeefe |
UTF-8 | 猩錮 | 111001111000110010101001111010011000110010101110 | e78ca9e98cae |
UHC | 猩錮 | 11100000111110101100110111010001 | e0facdd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)