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 | 沮肆 | 10011111100111001110001111100110 | 9f9ce3e6 |
EUC-JP | 沮肆 | 11011101111111001110011011101000 | ddfce6e8 |
UTF-8 | 沮肆 | 111001101011001010101110111010001000001010000110 | e6b2aee88286 |
UHC | 沮肆 | 11101110110000011101111011101011 | eec1deeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)