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 | 曄陂 | 10011110010000001110100010011000 | 9e40e898 |
EUC-JP | 曄陂 | 11011011101000011110111111111000 | dba1eff8 |
UTF-8 | 曄陂 | 111001101001101110000100111010011001100110000010 | e69b84e99982 |
UHC | 曄陂 | 11100111101001011111100110101110 | e7a5f9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)