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 | 顫畷擒 | 111010001111101010010011111010111001110110100000 | e8fa93eb9da0 |
EUC-JP | 顫畷擒 | 111100001111110011000110111011011101101010100010 | f0fcc6eddaa2 |
UTF-8 | 顫畷擒 | 111010011010000110101011111001111001010110110111111001101001001110010010 | e9a1abe795b7e69392 |
UHC | 顫?擒 | 1110111110110101001111111101000011010011 | efb53fd0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)