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 | 芒煙 | 11100100100010101000100110001100 | e48a898c |
EUC-JP | 芒煙 | 11100111111010101011000111101100 | e7eab1ec |
UTF-8 | 芒煙 | 111010001000101010010010111001111000010110011001 | e88a92e78599 |
UHC | 芒煙 | 11011000110100111110011011010101 | d8d3e6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)