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 | èüç¯æ | 11101000111111001001110011100111101011111000101111100110 | e8fc9ce7af8be6 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | èü?ç¯?æ | 1000111110101011101100101000111110101011111001000011111110001111101010111010111010001111101000101011010000111111100011111010100111000001 | 8fabb28fabe43f8fabae8fa2b43f8fa9c1 |
UTF-8 | èüç¯æ | 1100001110101000110000111011110011000010100111001100001110100111110000101010111111000010100010111100001110100110 | c3a8c3bcc29cc3a7c2afc28bc3a6 |
UHC | ??????æ | 0011111100111111001111110011111100111111001111111010100110100001 | 3f3f3f3f3f3fa9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)