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 | 嶬耶 | 10011011110100101001011011101011 | 9bd296eb |
EUC-JP | 嶬耶 | 11010110110101001100110011101101 | d6d4cced |
UTF-8 | 嶬耶 | 111001011011011010101100111010001000000010110110 | e5b6ace880b6 |
UHC | ?耶 | 001111111110010110101101 | 3fe5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)