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 | 悋齬 | 10011100101001011110101010010111 | 9ca5ea97 |
EUC-JP | 悋齬 | 11011000101001111111001111110111 | d8a7f3f7 |
UTF-8 | 悋齬 | 111001101000001010001011111010011011110110101100 | e6828be9bdac |
UHC | ?齬 | 001111111110010111100001 | 3fe5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)