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 | ç\âih | 111001110101110011100010011010011000001101101000 | e75ce2698368 |
SJIS-WIN | ?\?i?h | 001111110101110000111111011010010011111101101000 | 3f5c3f693f68 |
EUC-JP | ç\âi?h | 10001111101010111010111001011100100011111010101110100100011010010011111101101000 | 8fabae5c8faba4693f68 |
UTF-8 | ç\âih | 110000111010011101011100110000111010001001101001110000101000001101101000 | c3a75cc3a269c28368 |
UHC | ?\?i?h | 001111110101110000111111011010010011111101101000 | 3f5c3f693f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)