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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顫畷擒奝 | 1110100011111010100100111110101110011101101000001111101010100010 | e8fa93eb9da0faa2 |
EUC-JP | 顫畷擒奝 | 111100001111110011000110111011011101101010100010100011111011100011111000 | f0fcc6eddaa28fb8f8 |
UTF-8 | 顫畷擒奝 | 111010011010000110101011111001111001010110110111111001101001001110010010111001011010010110011101 | e9a1abe795b7e69392e5a59d |
UHC | 顫?擒? | 111011111011010100111111110100001101001100111111 | efb53fd0d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)