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 | liliB | 100000110110110010000011011010011000001101101100100000110110100101000010 | 836c8369836c836942 |
SJIS-WIN | ?l?i?l?iB | 001111110110110000111111011010010011111101101100001111110110100101000010 | 3f6c3f693f6c3f6942 |
EUC-JP | ?l?i?l?iB | 001111110110110000111111011010010011111101101100001111110110100101000010 | 3f6c3f693f6c3f6942 |
UTF-8 | liliB | 11000010100000110110110011000010100000110110100111000010100000110110110011000010100000110110100101000010 | c2836cc28369c2836cc2836942 |
UHC | ?l?i?l?iB | 001111110110110000111111011010010011111101101100001111110110100101000010 | 3f6c3f693f6c3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)