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 | 陂屠 | 11101000100110001001001101101010 | e898936a |
EUC-JP | 陂屠 | 11101111111110001100010111001011 | eff8c5cb |
UTF-8 | 陂屠 | 111010011001100110000010111001011011000110100000 | e99982e5b1a0 |
UHC | 陂屠 | 11111001101011101101001111110101 | f9aed3f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)