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 | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-WIN | 楔i楔iB | 10011110101101100110100110011110101101100110100101000010 | 9eb6699eb66942 |
EUC-JP | 楔i楔iB | 11011100101110000110100111011100101110000110100101000010 | dcb869dcb86942 |
UTF-8 | 楔i楔iB | 111001101010010110010100011010011110011010100101100101000110100101000010 | e6a59469e6a5946942 |
UHC | 楔i楔iB | 11100000110110110110100111100000110110110110100101000010 | e0db69e0db6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)