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 | ¿É»ä | 1000111110111111110010011011101111100100 | 8fbfc9bbe4 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?¿É?ä | 0011111110001111101000101100010010001111101010101011000100111111100011111010101110100011 | 3f8fa2c48faab13f8faba3 |
UTF-8 | ¿É»ä | 11000010100011111100001010111111110000111000100111000010101110111100001110100100 | c28fc2bfc389c2bbc3a4 |
UHC | ?¿??? | 001111111010001010101111001111110011111100111111 | 3fa2af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)