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 | 邀邀 | 11100111101100011110011110110001 | e7b1e7b1 |
EUC-JP | 邀邀 | 11101110101100111110111010110011 | eeb3eeb3 |
UTF-8 | 邀邀 | 111010011000001010000000111010011000001010000000 | e98280e98280 |
UHC | 邀邀 | 11101001101011011110100110101101 | e9ade9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)