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 | èéçíß | 1110100011101001100101111110011110010111100101001110110111011111 | e8e997e79794eddf |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èé?ç??íß | 100011111010101110110010100011111010101110110001001111111000111110101011101011100011111100111111100011111010101110111111100011111010100111001110 | 8fabb28fabb13f8fabae3f3f8fabbf8fa9ce |
UTF-8 | èéçíß | 11000011101010001100001110101001110000101001011111000011101001111100001010010111110000101001010011000011101011011100001110011111 | c3a8c3a9c297c3a7c297c294c3adc39f |
UHC | ???????ß | 001111110011111100111111001111110011111100111111001111111010100110101100 | 3f3f3f3f3f3f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)