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 | 貽渫魏 | 111001101100010010011111110101101110100110110000 | e6c49fd6e9b0 |
EUC-JP | 貽渫魏 | 111011001100011011011110110110001111001010110010 | ecc6ded8f2b2 |
UTF-8 | 貽渫魏 | 111010001011001010111101111001101011100010101011111010011010110110001111 | e8b2bde6b8abe9ad8f |
UHC | 貽渫魏 | 111011001100001011100000110111101110101011100000 | ecc2e0deeae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)