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 | 蔗雉 | 11100100111100101110100010110011 | e4f2e8b3 |
EUC-JP | 蔗雉 | 11101000111101001111000010110101 | e8f4f0b5 |
UTF-8 | 蔗雉 | 111010001001010010010111111010011001101110001001 | e89497e99b89 |
UHC | 蔗雉 | 11101101101111011111011011001011 | edbdf6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)