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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 讓沓 | 11100110101010001000110001000010 | e6a88c42 |
EUC-JP | 讓沓 | 11101100101010101011011110100011 | ecaab7a3 |
UTF-8 | 讓沓 | 111010001010111010010011111001101011001010010011 | e8ae93e6b293 |
UHC | 讓沓 | 11100101110100111101001111001011 | e5d3d3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)