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 | ?S | 0011111101010011 | 3f53 |
SJIS-WIN | 鯤S | 111010011100100001010011 | e9c853 |
EUC-JP | 鯤S | 111100101100101001010011 | f2ca53 |
UTF-8 | 鯤S | 11101001101011111010010001010011 | e9afa453 |
UHC | 鯤S | 110011011110011001010011 | cde653 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)