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 | 服蒙 | 10010101100111101001011011010110 | 959e96d6 |
EUC-JP | 服蒙 | 11001001111111101100110011011000 | c9feccd8 |
UTF-8 | 服蒙 | 111001101001110010001101111010001001001010011001 | e69c8de89299 |
UHC | 服蒙 | 11011100110101111101100111010101 | dcd7d9d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)