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 | 輿? | 100101110110000000111111 | 97603f |
EUC-JP | 輿? | 110011011100000100111111 | cdc13f |
UTF-8 | 輿짥 | 111010001011110010111111111011001010011110100101 | e8bcbfeca7a5 |
UHC | 輿짥 | 11100110101010111010010001000101 | e6aba445 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)