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 | ー鶉 | 101100001110101001000111 | b0ea47 |
EUC-JP | ー鶉 | 10001110101100001111001110101000 | 8eb0f3a8 |
UTF-8 | ー鶉 | 111011111011110110110000111010011011011010001001 | efbdb0e9b689 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)