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 | 遐沓 | 11100111101000001000110001000010 | e7a08c42 |
EUC-JP | 遐沓 | 11101110101000101011011110100011 | eea2b7a3 |
UTF-8 | 遐沓 | 111010011000000110010000111001101011001010010011 | e98190e6b293 |
UHC | 遐沓 | 11111001110001101101001111001011 | f9c6d3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)