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 | 1110011110110010111001111011001001101000 | e7b2e7b268 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | ç?ç?h | 100011111010101110101110001111111000111110101011101011100011111101101000 | 8fabae3f8fabae3f68 |
UTF-8 | ç²ç²h | 110000111010011111000010101100101100001110100111110000101011001001101000 | c3a7c2b2c3a7c2b268 |
UHC | ?²?²h | 00111111101010011111011100111111101010011111011101101000 | 3fa9f73fa9f768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)