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 | å·]H | 11100101101101110101110101001000 | e5b75d48 |
SJIS-WIN | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
EUC-JP | å?]H | 100011111010101110101001001111110101110101001000 | 8faba93f5d48 |
UTF-8 | å·]H | 110000111010010111000010101101110101110101001000 | c3a5c2b75d48 |
UHC | ?·]H | 0011111110100001101001000101110101001000 | 3fa1a45d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)