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 | 111001101100010011100001111101010101011101101101 | e6c4e1f5576d |
EUC-JP | 貽磆Wm | 111011001100011011100010111101110101011101101101 | ecc6e2f7576d |
UTF-8 | 貽磆Wm | 1110100010110010101111011110011110100011100001100101011101101101 | e8b2bde7a386576d |
UHC | 貽?Wm | 1110110011000010001111110101011101101101 | ecc23f576d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)