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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鶯?П | 1110100111110010001111111000010001010000 | e9f23f8450 |
EUC-JP | 鶯?П | 1111001011110100001111111010011110110001 | f2f43fa7b1 |
UTF-8 | 鶯낆П | 1110100110110110101011111110101110000010100001101101000010011111 | e9b6afeb8286d09f |
UHC | 鶯낆П | 111001011010001110000101111011001010110010110001 | e5a385ecacb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)