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 | 藻? | 100100011001010000111111 | 91943f |
EUC-JP | 藻? | 110000011111010000111111 | c1f43f |
UTF-8 | 藻솜 | 111010001001011110111011111011001000011010011100 | e897bbec869c |
UHC | 藻솜 | 11110000110111011011110011011000 | f0ddbcd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)