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 | 11100010110000110110100111100010110000110110100101000010 | e2c369e2c36942 |
EUC-JP | 篥i篥iB | 11100100110001010110100111100100110001010110100101000010 | e4c569e4c56942 |
UTF-8 | 篥i篥iB | 111001111010111110100101011010011110011110101111101001010110100101000010 | e7afa569e7afa56942 |
UHC | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)