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 | 鴣躊] | 1110100111110011111001110101001101011101 | e9f3e7535d |
EUC-JP | 鴣躊] | 1111001011110101111011011011010001011101 | f2f5edb45d |
UTF-8 | 鴣躊] | 11101001101101001010001111101000101110101000101001011101 | e9b4a3e8ba8a5d |
UHC | ?躊] | 00111111111100011100110001011101 | 3ff1cc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)