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 | 跫杠 | 11100110111011011001111001011001 | e6ed9e59 |
EUC-JP | 跫杠 | 11101100111011111101101110111010 | ecefdbba |
UTF-8 | 跫杠 | 111010001011011110101011111001101001110110100000 | e8b7abe69da0 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)