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 | íÉô©] | 1110110111001001111101001010100101011101 | edc9f4a95d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | íÉô©] | 10001111101010111011111110001111101010101011000110001111101010111101010010001111101000101110110101011101 | 8fabbf8faab18fabd48fa2ed5d |
UTF-8 | íÉô©] | 110000111010110111000011100010011100001110110100110000101010100101011101 | c3adc389c3b4c2a95d |
UHC | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)