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 | ??v^ | 00111111001111110111011001011110 | 3f3f765e |
SJIS-WIN | ?豎v^ | 0011111111100110101100010111011001011110 | 3fe6b1765e |
EUC-JP | 嶴豎v^ | 10001111101110111111001111101100101100110111011001011110 | 8fbbf3ecb3765e |
UTF-8 | 嶴豎v^ | 1110010110110110101101001110100010110001100011100111011001011110 | e5b6b4e8b18e765e |
UHC | ??v^ | 00111111001111110111011001011110 | 3f3f765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)