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 | 邀擾 | 11100111101100011000111111101111 | e7b18fef |
EUC-JP | 邀擾 | 11101110101100111011111011110001 | eeb3bef1 |
UTF-8 | 邀擾 | 111010011000001010000000111001101001001110111110 | e98280e693be |
UHC | 邀擾 | 11101001101011011110100011110110 | e9ade8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)