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 | 邨門 | 11100111101101011001011011100101 | e7b596e5 |
EUC-JP | 邨門 | 11101110101101111100110011100111 | eeb7cce7 |
UTF-8 | 邨門 | 111010011000001010101000111010011001011010000000 | e982a8e99680 |
UHC | 邨門 | 11110101101111101101101010100110 | f5bedaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)