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 | LSèí | 1001101001001100010100111110100011101101 | 9a4c53e8ed |
SJIS-WIN | ?LS?? | 0011111101001100010100110011111100111111 | 3f4c533f3f |
EUC-JP | ?LSèí | 001111110100110001010011100011111010101110110010100011111010101110111111 | 3f4c538fabb28fabbf |
UTF-8 | LSèí | 1100001010011010010011000101001111000011101010001100001110101101 | c29a4c53c3a8c3ad |
UHC | ?LS?? | 0011111101001100010100110011111100111111 | 3f4c533f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)