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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 阡濡 | 11101000100101001001010001000111 | e8949447 |
EUC-JP | 阡濡 | 11101111111101001100011110101000 | eff4c7a8 |
UTF-8 | 阡濡 | 111010011001100010100001111001101011111110100001 | e998a1e6bfa1 |
UHC | 阡濡 | 11110100110001101110101110100001 | f4c6eba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)