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 | 11111010110011000110100111111010110011000110100101000010 | facc69facc6942 |
EUC-JP | 擎i擎iB | 100011111100000110100110011010011000111111000001101001100110100101000010 | 8fc1a6698fc1a66942 |
UTF-8 | 擎i擎iB | 111001101001001110001110011010011110011010010011100011100110100101000010 | e6938e69e6938e6942 |
UHC | 擎i擎iB | 11001100110101100110100111001100110101100110100101000010 | ccd669ccd66942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)