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 | 芬却 | 11100100100011101000101101110000 | e48e8b70 |
EUC-JP | 芬却 | 11100111111011101011010111010001 | e7eeb5d1 |
UTF-8 | 芬却 | 111010001000101010101100111001011000110110110100 | e88aace58db4 |
UHC | 芬却 | 11011101110100101100101010111111 | ddd2cabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)