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 | ?Mk | 001111110100110101101011 | 3f4d6b |
SJIS-WIN | ?Mk | 001111110100110101101011 | 3f4d6b |
EUC-JP | ?Mk | 001111110100110101101011 | 3f4d6b |
UTF-8 | ᳚Mk | 1110000110110011100110100100110101101011 | e1b39a4d6b |
UHC | ?Mk | 001111110100110101101011 | 3f4d6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)