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 | ä¼ãI | 111001001011110010001000111000111000001101001001 | e4bc88e38349 |
SJIS-WIN | ?????I | 001111110011111100111111001111110011111101001001 | 3f3f3f3f3f49 |
EUC-JP | ä??ã?I | 10001111101010111010001100111111001111111000111110101011101010100011111101001001 | 8faba33f3f8fabaa3f49 |
UTF-8 | ä¼ãI | 1100001110100100110000101011110011000010100010001100001110100011110000101000001101001001 | c3a4c2bcc288c3a3c28349 |
UHC | ?¼???I | 00111111101010001111100100111111001111110011111101001001 | 3fa8f93f3f3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)