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 | íùä³ã®v | 11101101111110011110010010110011111000111010111001110110 | edf9e4b3e3ae76 |
SJIS-WIN | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
EUC-JP | íùä?ã®v | 1000111110101011101111111000111110101011111000111000111110101011101000110011111110001111101010111010101010001111101000101110111001110110 | 8fabbf8fabe38faba33f8fabaa8fa2ee76 |
UTF-8 | íùä³ã®v | 11000011101011011100001110111001110000111010010011000010101100111100001110100011110000101010111001110110 | c3adc3b9c3a4c2b3c3a3c2ae76 |
UHC | ???³?®v | 001111110011111100111111101010011111100000111111101000101110011101110110 | 3f3f3fa9f83fa2e776 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)