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 | 10010001010011000110100110010001010011000110100101000010 | 914c69914c6942 |
SJIS-WIN | ?Li?LiB | 00111111010011000110100100111111010011000110100101000010 | 3f4c693f4c6942 |
EUC-JP | ?Li?LiB | 00111111010011000110100100111111010011000110100101000010 | 3f4c693f4c6942 |
UTF-8 | LiLiB | 110000101001000101001100011010011100001010010001010011000110100101000010 | c2914c69c2914c6942 |
UHC | ?Li?LiB | 00111111010011000110100100111111010011000110100101000010 | 3f4c693f4c6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)