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 | ???W] | 0011111100111111001111110101011101011101 | 3f3f3f575d |
SJIS-WIN | ???W] | 0011111100111111001111110101011101011101 | 3f3f3f575d |
EUC-JP | ???W] | 0011111100111111001111110101011101011101 | 3f3f3f575d |
UTF-8 | 셍롍렍W] | 1110110010000101100011011110101110100001100011011110101110100000100011010101011101011101 | ec858deba18deba08d575d |
UHC | 셍롍렍W] | 1011110011000100100011101101001110001110101000110101011101011101 | bcc48ed38ea3575d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)