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 | 褫耶 | 11100101111100111001011011101011 | e5f396eb |
EUC-JP | 褫耶 | 11101010111101011100110011101101 | eaf5cced |
UTF-8 | 褫耶 | 111010001010010010101011111010001000000010110110 | e8a4abe880b6 |
UHC | ?耶 | 001111111110010110101101 | 3fe5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)