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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 巛巛F | 1001101111011101100110111101110101000110 | 9bdd9bdd46 |
EUC-JP | 巛巛F | 1101011011011111110101101101111101000110 | d6dfd6df46 |
UTF-8 | 巛巛F | 11100101101101111001101111100101101101111001101101000110 | e5b79be5b79b46 |
UHC | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)