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 | YêlA | 100111110101100111101010011011001001111001000001 | 9f59ea6c9e41 |
SJIS-WIN | ?Y?l?A | 001111110101100100111111011011000011111101000001 | 3f593f6c3f41 |
EUC-JP | ?Yêl?A | 0011111101011001100011111010101110110100011011000011111101000001 | 3f598fabb46c3f41 |
UTF-8 | YêlA | 110000101001111101011001110000111010101001101100110000101001111001000001 | c29f59c3aa6cc29e41 |
UHC | ?Y?l?A | 001111110101100100111111011011000011111101000001 | 3f593f6c3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)