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 | ??f~ | 00111111001111110110011001111110 | 3f3f667e |
SJIS-WIN | ?谿f~ | 0011111111100110101011100110011001111110 | 3fe6ae667e |
EUC-JP | 嶴谿f~ | 10001111101110111111001111101100101100000110011001111110 | 8fbbf3ecb0667e |
UTF-8 | 嶴谿f~ | 1110010110110110101101001110100010110000101111110110011001111110 | e5b6b4e8b0bf667e |
UHC | ?谿f~ | 0011111111001101101011000110011001111110 | 3fcdac667e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)