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 | äü£çë | 11100100111111001010001111100111100111111001110011101011 | e4fca3e79f9ceb |
SJIS-WIN | ??£???? | 0011111100111111100000011001001000111111001111110011111100111111 | 3f3f81923f3f3f3f |
EUC-JP | äü£ç??ë | 10001111101010111010001110001111101010111110010010100001111100101000111110101011101011100011111100111111100011111010101110110011 | 8faba38fabe4a1f28fabae3f3f8fabb3 |
UTF-8 | äü£çë | 1100001110100100110000111011110011000010101000111100001110100111110000101001111111000010100111001100001110101011 | c3a4c3bcc2a3c3a7c29fc29cc3ab |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)