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 | 箚莇 | 11100010101100101110010010110100 | e2b2e4b4 |
EUC-JP | 箚莇 | 11100100101101001110100010110110 | e4b4e8b6 |
UTF-8 | 箚莇 | 111001111010111010011010111010001000111010000111 | e7ae9ae88e87 |
UHC | 箚? | 111100111011000000111111 | f3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)