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 | 轢拑 | 11100111100000001001110101011001 | e7809d59 |
EUC-JP | 轢拑 | 11101101111000001101100110111010 | ede0d9ba |
UTF-8 | 轢拑 | 111010001011110110100010111001101000101110010001 | e8bda2e68b91 |
UHC | 轢? | 110101011111100100111111 | d5f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)