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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔗視・襞 | 1110010011110010100011101000101110000001010001011110010111111100 | e4f28e8b8145e5fc |
EUC-JP | 蔗視・襞 | 1110100011110100101110111110101110100001101001101110101011111110 | e8f4bbeba1a6eafe |
UTF-8 | 蔗視・襞 | 111010001001010010010111111010001010011010010110111000111000001110111011111010001010010110011110 | e89497e8a696e383bbe8a59e |
UHC | 蔗視?? | 111011011011110111100011110010100011111100111111 | edbde3ca3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)