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 | 蟾枸 | 11100101101101111001111001101101 | e5b79e6d |
EUC-JP | 蟾枸 | 11101010101110011101101111001110 | eab9dbce |
UTF-8 | 蟾枸 | 111010001001111110111110111001101001111010111000 | e89fbee69eb8 |
UHC | 蟾枸 | 11100000111010101100111110101110 | e0eacfae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)