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 | 111000011011001101101101 | e1b36d |
EUC-JP | 盖m | 111000101011010101101101 | e2b56d |
UTF-8 | 盖m | 11100111100110111001011001101101 | e79b966d |
UHC | 盖m | 110010111100110001101101 | cbcc6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)