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 | 111001111010010010000010100011001000101101001001 | e7a4828c8b49 |
SJIS-WIN | ?????I | 001111110011111100111111001111110011111101001001 | 3f3f3f3f3f49 |
EUC-JP | �??I | 10001111101010111010111010001111101000101111000000111111001111110011111101001001 | 8fabae8fa2f03f3f3f49 |
UTF-8 | ç¤I | 1100001110100111110000101010010011000010100000101100001010001100110000101000101101001001 | c3a7c2a4c282c28cc28b49 |
UHC | ?¤???I | 00111111101000101011010000111111001111110011111101001001 | 3fa2b43f3f3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)