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 | èüä¹èú | 1110100011111100100111001110010010111001100000111110100011111010 | e8fc9ce4b983e8fa |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èü?ä??èú | 100011111010101110110010100011111010101111100100001111111000111110101011101000110011111100111111100011111010101110110010100011111010101111100010 | 8fabb28fabe43f8faba33f3f8fabb28fabe2 |
UTF-8 | èüä¹èú | 11000011101010001100001110111100110000101001110011000011101001001100001010111001110000101000001111000011101010001100001110111010 | c3a8c3bcc29cc3a4c2b9c283c3a8c3ba |
UHC | ????¹??? | 001111110011111100111111001111111010100111110110001111110011111100111111 | 3f3f3f3fa9f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)