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 | 惺鋤 | 10011100101101111000111110011011 | 9cb78f9b |
EUC-JP | 惺鋤 | 11011000101110011011110111111011 | d8b9bdfb |
UTF-8 | 惺鋤 | 111001101000001110111010111010011000101110100100 | e683bae98ba4 |
UHC | 惺鋤 | 11100000111101101110000010100111 | e0f6e0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)