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 | 貽渫娃 | 111001101100010010011111110101101000100010100001 | e6c49fd688a1 |
EUC-JP | 貽渫娃 | 111011001100011011011110110110001011000010100011 | ecc6ded8b0a3 |
UTF-8 | 貽渫娃 | 111010001011001010111101111001101011100010101011111001011010100010000011 | e8b2bde6b8abe5a883 |
UHC | 貽渫娃 | 111011001100001011100000110111101110100011011111 | ecc2e0dee8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)