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 | 罨褂 | 111100001110000111100011101010101110010111100110 | f0e1e3aae5e6 |
EUC-JP | ?罨褂 | 0011111111100110101011001110101011101000 | 3fe6aceae8 |
UTF-8 | 罨褂 | 111011101000001010100000111001111011110110101000111010001010010010000010 | ee82a0e7bda8e8a482 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)