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 | 譛? | 111001101001110000111111 | e69c3f |
EUC-JP | 譛閬 | 1110101111111100100011111110011010101110 | ebfc8fe6ae |
UTF-8 | 譛閬 | 111010001010110110011011111010011001011010101100 | e8ad9be996ac |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)