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 | ¼Æ¼Àc^ | 101111001100011010111100110000000110001101011110 | bcc6bcc0635e |
SJIS-WIN | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
EUC-JP | ?Æ?Àc^ | 00111111100011111010100110100001001111111000111110101010101000100110001101011110 | 3f8fa9a13f8faaa2635e |
UTF-8 | ¼Æ¼Àc^ | 11000010101111001100001110000110110000101011110011000011100000000110001101011110 | c2bcc386c2bcc380635e |
UHC | ¼Æ¼?c^ | 101010001111100110101000101000011010100011111001001111110110001101011110 | a8f9a8a1a8f93f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)