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 | íãµèíß | 1110110111100011101101011110100010010010100101001110110111011111 | ede3b5e89294eddf |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | íã?è??íß | 100011111010101110111111100011111010101110101010001111111000111110101011101100100011111100111111100011111010101110111111100011111010100111001110 | 8fabbf8fabaa3f8fabb23f3f8fabbf8fa9ce |
UTF-8 | íãµèíß | 11000011101011011100001110100011110000101011010111000011101010001100001010010010110000101001010011000011101011011100001110011111 | c3adc3a3c2b5c3a8c292c294c3adc39f |
UHC | ???????ß | 001111110011111100111111001111110011111100111111001111111010100110101100 | 3f3f3f3f3f3f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)