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 | ä®íVB | 11100100101011101000110111101101100011110101011001000010 | e4ae8ded8f5642 |
SJIS-WIN | ?????VB | 00111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f5642 |
EUC-JP | ä®?í?VB | 10001111101010111010001110001111101000101110111000111111100011111010101110111111001111110101011001000010 | 8faba38fa2ee3f8fabbf3f5642 |
UTF-8 | ä®íVB | 110000111010010011000010101011101100001010001101110000111010110111000010100011110101011001000010 | c3a4c2aec28dc3adc28f5642 |
UHC | ?®???VB | 0011111110100010111001110011111100111111001111110101011001000010 | 3fa2e73f3f3f5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)