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 | èüä¹â | 11101000111111001001000011100100101110011001111111100010 | e8fc90e4b99fe2 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | èü?ä??â | 100011111010101110110010100011111010101111100100001111111000111110101011101000110011111100111111100011111010101110100100 | 8fabb28fabe43f8faba33f3f8faba4 |
UTF-8 | èüä¹â | 1100001110101000110000111011110011000010100100001100001110100100110000101011100111000010100111111100001110100010 | c3a8c3bcc290c3a4c2b9c29fc3a2 |
UHC | ????¹?? | 0011111100111111001111110011111110101001111101100011111100111111 | 3f3f3f3fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)