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 | 翁鷄 | 10001001101001011110101001010000 | 89a5ea50 |
EUC-JP | 翁鷄 | 10110010101001111111001110110001 | b2a7f3b1 |
UTF-8 | 翁鷄 | 111001111011111110000001111010011011011110000100 | e7bf81e9b784 |
UHC | 翁鷄 | 11101000101110101100110110101110 | e8bacdae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)