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 | ä~m | 11100100011111101001111101101101 | e47e9f6d |
SJIS-WIN | ?~?m | 00111111011111100011111101101101 | 3f7e3f6d |
EUC-JP | ä~?m | 100011111010101110100011011111100011111101101101 | 8faba37e3f6d |
UTF-8 | ä~m | 110000111010010001111110110000101001111101101101 | c3a47ec29f6d |
UHC | ?~?m | 00111111011111100011111101101101 | 3f7e3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)