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 | 11100000110100000101110101001000 | e0d05d48 |
SJIS-WIN | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
EUC-JP | à?]H | 100011111010101110100010001111110101110101001000 | 8faba23f5d48 |
UTF-8 | àÐ]H | 110000111010000011000011100100000101110101001000 | c3a0c3905d48 |
UHC | ?Ð]H | 0011111110101000101000100101110101001000 | 3fa8a25d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)