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 | 11100110100000011010111111101000100001111001001101001001 | e681afe8879349 |
SJIS-WIN | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
EUC-JP | æ?¯è??I | 10001111101010011100000100111111100011111010001010110100100011111010101110110010001111110011111101001001 | 8fa9c13f8fa2b48fabb23f3f49 |
UTF-8 | æ¯èI | 11000011101001101100001010000001110000101010111111000011101010001100001010000111110000101001001101001001 | c3a6c281c2afc3a8c287c29349 |
UHC | æ?????I | 1010100110100001001111110011111100111111001111110011111101001001 | a9a13f3f3f3f3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)