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 | ûLiûLiB | 11111011010011000110100111111011010011000110100101000010 | fb4c69fb4c6942 |
SJIS-WIN | ?Li?LiB | 00111111010011000110100100111111010011000110100101000010 | 3f4c693f4c6942 |
EUC-JP | ûLiûLiB | 1000111110101011111001010100110001101001100011111010101111100101010011000110100101000010 | 8fabe54c698fabe54c6942 |
UTF-8 | ûLiûLiB | 110000111011101101001100011010011100001110111011010011000110100101000010 | c3bb4c69c3bb4c6942 |
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)