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 | 0011111101101101 | 3f6d |
SJIS-WIN | 贍m | 111001101101011001101101 | e6d66d |
EUC-JP | 贍m | 111011001101100001101101 | ecd86d |
UTF-8 | 贍m | 11101000101101001000110101101101 | e8b48d6d |
UHC | 贍m | 111000001110101101101101 | e0eb6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)