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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 貽h貽 | 1110011011000100011010001110011011000100 | e6c468e6c4 |
EUC-JP | 貽h貽 | 1110110011000110011010001110110011000110 | ecc668ecc6 |
UTF-8 | 貽h貽 | 11101000101100101011110101101000111010001011001010111101 | e8b2bd68e8b2bd |
UHC | 貽h貽 | 1110110011000010011010001110110011000010 | ecc268ecc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)