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 | 軾悚 | 11100111011001111001110010011110 | e7679c9e |
EUC-JP | 軾悚 | 11101101110010001101011111111110 | edc8d7fe |
UTF-8 | 軾悚 | 111010001011101110111110111001101000001010011010 | e8bbbee6829a |
UHC | 軾悚 | 11100011110111001110000111100101 | e3dce1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)