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 | 淅걣 | 111001101011011110000101111010101011000110100011 | e6b785eab1a3 |
UHC | 淅걣 | 11100000101100101000000110001100 | e0b2818c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)