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 | èüç´³ | 111010001111110010001101111001111011010010110011 | e8fc8de7b4b3 |
SJIS-WIN | ????´? | 00111111001111110011111100111111100000010100110000111111 | 3f3f3f3f814c3f |
EUC-JP | èü?ç´? | 10001111101010111011001010001111101010111110010000111111100011111010101110101110101000011010110100111111 | 8fabb28fabe43f8fabaea1ad3f |
UTF-8 | èüç´³ | 110000111010100011000011101111001100001010001101110000111010011111000010101101001100001010110011 | c3a8c3bcc28dc3a7c2b4c2b3 |
UHC | ????´³ | 0011111100111111001111110011111110100010101001011010100111111000 | 3f3f3f3fa2a5a9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)