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 | 鈑遡 | 11100111111001011001000101101011 | e7e5916b |
EUC-JP | 鈑遡 | 11101110111001111100000111001100 | eee7c1cc |
UTF-8 | 鈑遡 | 111010011000100010010001111010011000000110100001 | e98891e981a1 |
UHC | 鈑遡 | 11110111111111101110000111001111 | f7fee1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)