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 | 陝句 | 11101000100111111000101111100101 | e89f8be5 |
EUC-JP | 陝句 | 11110000101000011011011011100111 | f0a1b6e7 |
UTF-8 | 陝句 | 111010011001100110011101111001011000111110100101 | e9999de58fa5 |
UHC | 陝句 | 11100000111011011100111110100011 | e0edcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)