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 | 淨洛 | 10011111110001001001011110001100 | 9fc4978c |
EUC-JP | 淨洛 | 11011110110001101100110111101100 | dec6cdec |
UTF-8 | 淨洛 | 111001101011011110101000111001101011010010011011 | e6b7a8e6b49b |
UHC | 淨洛 | 11101111111001001101010110100110 | efe4d5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)