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 | 蔕煙 | 11100100111101101000100110001100 | e4f6898c |
EUC-JP | 蔕煙 | 11101000111110001011000111101100 | e8f8b1ec |
UTF-8 | 蔕煙 | 111010001001010010010101111001111000010110011001 | e89495e78599 |
UHC | ?煙 | 001111111110011011010101 | 3fe6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)