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 | 獰牘 | 11100000110101101110000010101111 | e0d6e0af |
EUC-JP | 獰牘 | 11100000110110001110000010110001 | e0d8e0b1 |
UTF-8 | 獰牘 | 111001111000110110110000111001111000100110011000 | e78db0e78998 |
UHC | 獰牘 | 11100111101111101101010010111010 | e7bed4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)