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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 存孫] | 1001000110110110100100011011011101011101 | 91b691b75d |
EUC-JP | 存孫] | 1100001010111000110000101011100101011101 | c2b8c2b95d |
UTF-8 | 存孫] | 11100101101011011001100011100101101011011010101101011101 | e5ad98e5adab5d |
UHC | 存孫] | 1111000011101101111000011101110101011101 | f0ede1dd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)