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 | ÆóL | 110001101111001101001100 | c6f34c |
SJIS-WIN | ??L | 001111110011111101001100 | 3f3f4c |
EUC-JP | ÆóL | 10001111101010011010000110001111101010111101000101001100 | 8fa9a18fabd14c |
UTF-8 | ÆóL | 1100001110000110110000111011001101001100 | c386c3b34c |
UHC | Æ?L | 10101000101000010011111101001100 | a8a13f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)