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 | 蔗茱 | 11100100111100101110010010100011 | e4f2e4a3 |
EUC-JP | 蔗茱 | 11101000111101001110100010100101 | e8f4e8a5 |
UTF-8 | 蔗茱 | 111010001001010010010111111010001000110010110001 | e89497e88cb1 |
UHC | 蔗茱 | 11101101101111011110001010111100 | edbde2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)