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 | ä¼çÃ^ | 1110010010111100111001111100001101011110 | e4bce7c35e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ä?çÃ^ | 1000111110101011101000110011111110001111101010111010111010001111101010101010101001011110 | 8faba33f8fabae8faaaa5e |
UTF-8 | ä¼çÃ^ | 110000111010010011000010101111001100001110100111110000111000001101011110 | c3a4c2bcc3a7c3835e |
UHC | ?¼??^ | 001111111010100011111001001111110011111101011110 | 3fa8f93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)