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 | íLíN | 1110110110011000100101100100110011101101100110001001011001001110 | ed98964ced98964e |
SJIS-WIN | ???L???N | 0011111100111111001111110100110000111111001111110011111101001110 | 3f3f3f4c3f3f3f4e |
EUC-JP | í??Lí??N | 100011111010101110111111001111110011111101001100100011111010101110111111001111110011111101001110 | 8fabbf3f3f4c8fabbf3f3f4e |
UTF-8 | íLíN | 1100001110101101110000101001100011000010100101100100110011000011101011011100001010011000110000101001011001001110 | c3adc298c2964cc3adc298c2964e |
UHC | ???L???N | 0011111100111111001111110100110000111111001111110011111101001110 | 3f3f3f4c3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)