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 | 淅? | 100111111100011000111111 | 9fc63f |
EUC-JP | 淅? | 110111101100100000111111 | dec83f |
UTF-8 | 淅곥 | 111001101011011110000101111010101011001110100101 | e6b785eab3a5 |
UHC | 淅곥 | 11100000101100101000000111100011 | e0b281e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)