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 | 襄敬 | 11100101111101011000110001101000 | e5f58c68 |
EUC-JP | 襄敬 | 11101010111101111011011111001001 | eaf7b7c9 |
UTF-8 | 襄敬 | 111010001010010110000100111001101001010110101100 | e8a584e695ac |
UHC | 襄敬 | 11100101110100011100110011010111 | e5d1ccd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)