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í©L | 1110110110011000101010010100110011101101100110001010100101001100 | ed98a94ced98a94c |
SJIS-WIN | ???L???L | 0011111100111111001111110100110000111111001111110011111101001100 | 3f3f3f4c3f3f3f4c |
EUC-JP | í?©Lí?©L | 10001111101010111011111100111111100011111010001011101101010011001000111110101011101111110011111110001111101000101110110101001100 | 8fabbf3f8fa2ed4c8fabbf3f8fa2ed4c |
UTF-8 | í©Lí©L | 1100001110101101110000101001100011000010101010010100110011000011101011011100001010011000110000101010100101001100 | c3adc298c2a94cc3adc298c2a94c |
UHC | ???L???L | 0011111100111111001111110100110000111111001111110011111101001100 | 3f3f3f4c3f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)