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 | ??P^ | 00111111001111110101000001011110 | 3f3f505e |
SJIS-WIN | ?貂P^ | 0011111111100110101110000101000001011110 | 3fe6b8505e |
EUC-JP | 嶴貂P^ | 10001111101110111111001111101100101110100101000001011110 | 8fbbf3ecba505e |
UTF-8 | 嶴貂P^ | 1110010110110110101101001110100010110010100000100101000001011110 | e5b6b4e8b282505e |
UHC | ?貂P^ | 0011111111110101101100000101000001011110 | 3ff5b0505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)