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 | 拙? | 100100001101100100111111 | 90d93f |
EUC-JP | 拙? | 110000001101101100111111 | c0db3f |
UTF-8 | 拙펭 | 111001101000101110011001111011011000111010101101 | e68b99ed8ead |
UHC | 拙펭 | 11110000111100001100011011101011 | f0f0c6eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)