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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 貽顋h | 1110011011000100111010001111100101101000 | e6c4e8f968 |
EUC-JP | 貽顋h | 1110110011000110111100001111101101101000 | ecc6f0fb68 |
UTF-8 | 貽顋h | 11101000101100101011110111101001101000011000101101101000 | e8b2bde9a18b68 |
UHC | 貽?h | 11101100110000100011111101101000 | ecc23f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)