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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 雩? | 10001111111001101111101000111111 | 8fe6fa3f |
UTF-8 | 雩뻪 | 111010011001101110101001111010111011101110101010 | e99ba9ebbbaa |
UHC | 雩뻪 | 11101001111011001001011001110000 | e9ec9670 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)