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 | 齬? | 111010101001011100111111 | ea973f |
EUC-JP | 齬? | 111100111111011100111111 | f3f73f |
UTF-8 | 齬묌 | 111010011011110110101100111010111010110010001100 | e9bdacebac8c |
UHC | 齬묌 | 11100101111000011001000111101001 | e5e191e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)