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 | 猯倏 | 11100000110011001110000011000101 | e0cce0c5 |
EUC-JP | 猯倏 | 11100000110011101110000011000111 | e0cee0c7 |
UTF-8 | 猯倏 | 111001111000110010101111111001011000000010001111 | e78cafe5808f |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)