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 | 閧嫐 | 11101000100000101001101101101011 | e8829b6b |
EUC-JP | 閧嫐 | 11101111111000101101010111001100 | efe2d5cc |
UTF-8 | 閧嫐 | 111010011001011010100111111001011010101110010000 | e996a7e5ab90 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)