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 | 蔗煙 | 11100100111100101000100110001100 | e4f2898c |
EUC-JP | 蔗煙 | 11101000111101001011000111101100 | e8f4b1ec |
UTF-8 | 蔗煙 | 111010001001010010010111111001111000010110011001 | e89497e78599 |
UHC | 蔗煙 | 11101101101111011110011011010101 | edbde6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)