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 | ?G | 0011111101000111 | 3f47 |
SJIS-WIN | 鴦G | 111010011111000101000111 | e9f147 |
EUC-JP | 鴦G | 111100101111001101000111 | f2f347 |
UTF-8 | 鴦G | 11101001101101001010011001000111 | e9b4a647 |
UHC | 鴦G | 111001001110110001000111 | e4ec47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)