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 | 11101001110101100110100111101001110101100110100101000010 | e9d669e9d66942 |
EUC-JP | 鰒i鰒iB | 11110010110110000110100111110010110110000110100101000010 | f2d869f2d86942 |
UTF-8 | 鰒i鰒iB | 111010011011000010010010011010011110100110110000100100100110100101000010 | e9b09269e9b0926942 |
UHC | 鰒i鰒iB | 11011100111000010110100111011100111000010110100101000010 | dce169dce16942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)