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 | íjíl | 1110110110011000100101100110101011101101100110001001011001101100 | ed98966aed98966c |
SJIS-WIN | ???j???l | 0011111100111111001111110110101000111111001111110011111101101100 | 3f3f3f6a3f3f3f6c |
EUC-JP | í??jí??l | 100011111010101110111111001111110011111101101010100011111010101110111111001111110011111101101100 | 8fabbf3f3f6a8fabbf3f3f6c |
UTF-8 | íjíl | 1100001110101101110000101001100011000010100101100110101011000011101011011100001010011000110000101001011001101100 | c3adc298c2966ac3adc298c2966c |
UHC | ???j???l | 0011111100111111001111110110101000111111001111110011111101101100 | 3f3f3f6a3f3f3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)