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 | 澣琿 | 11100000010101001110000011101011 | e054e0eb |
EUC-JP | 澣琿 | 11011111101101011110000011101101 | dfb5e0ed |
UTF-8 | 澣琿 | 111001101011111010100011111001111001000010111111 | e6bea3e790bf |
UHC | 澣琿 | 11111001110101001111101111101010 | f9d4fbea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)