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 | ?~ | 0011111101111110 | 3f7e |
SJIS-WIN | 晤~ | 100111011110101101111110 | 9deb7e |
EUC-JP | 晤~ | 110110101110110101111110 | daed7e |
UTF-8 | 晤~ | 11100110100110011010010001111110 | e699a47e |
UHC | 晤~ | 111001111111101101111110 | e7fb7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)