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 | 貘鳰 | 11100110110000001110100111101010 | e6c0e9ea |
EUC-JP | 貘鳰 | 11101100110000101111001011101100 | ecc2f2ec |
UTF-8 | 貘鳰 | 111010001011001010011000111010011011001110110000 | e8b298e9b3b0 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)