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 | 10010000010000000110100110010000010000000110100101000010 | 90406990406942 |
EUC-JP | 拭i拭iB | 10111111101000010110100110111111101000010110100101000010 | bfa169bfa16942 |
UTF-8 | 拭i拭iB | 111001101000101110101101011010011110011010001011101011010110100101000010 | e68bad69e68bad6942 |
UHC | 拭i拭iB | 11100011110101000110100111100011110101000110100101000010 | e3d469e3d46942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)