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 | 萬? | 111001001101110100111111 | e4dd3f |
EUC-JP | 萬閍 | 1110100011011111100011111110011010100101 | e8df8fe6a5 |
UTF-8 | 萬閍 | 111010001001000010101100111010011001011010001101 | e890ace9968d |
UHC | 萬? | 110110001011111100111111 | d8bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)