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 | 蠇望 | 11111011101000011001011001011101 | fba1965d |
EUC-JP | ?望 | 001111111100101110111110 | 3fcbbe |
UTF-8 | 蠇望 | 111010001010000010000111111001101001110010011011 | e8a087e69c9b |
UHC | ?望 | 001111111101100011010000 | 3fd8d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)