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 | ??Wm | 00111111001111110101011101101101 | 3f3f576d |
SJIS-WIN | 譿」Wm | 1111101110101100101000110101011101101101 | fbaca3576d |
EUC-JP | ?」Wm | 0011111110001110101000110101011101101101 | 3f8ea3576d |
UTF-8 | 譿」Wm | 1110100010101101101111111110111110111101101000110101011101101101 | e8adbfefbda3576d |
UHC | ??Wm | 00111111001111110101011101101101 | 3f3f576d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)