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 | 賰儉 | 11111011101011011001100101001100 | fbad994c |
EUC-JP | 賰儉 | 1000111111011111101110011101000110101101 | 8fdfb9d1ad |
UTF-8 | 賰儉 | 111010001011001110110000111001011000010010001001 | e8b3b0e58489 |
UHC | ?儉 | 001111111100101111111011 | 3fcbfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)