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 | 縣耶 | 11100011011100001001011011101011 | e37096eb |
EUC-JP | 縣耶 | 11100101110100011100110011101101 | e5d1cced |
UTF-8 | 縣耶 | 111001111011100010100011111010001000000010110110 | e7b8a3e880b6 |
UHC | 縣耶 | 11111010111000111110010110101101 | fae3e5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)