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 | ¿Ïèí | 1011111111001111100011111110100011101101 | bfcf8fe8ed |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ¿Ï?èí | 10001111101000101100010010001111101010101100000100111111100011111010101110110010100011111010101110111111 | 8fa2c48faac13f8fabb28fabbf |
UTF-8 | ¿Ïèí | 11000010101111111100001110001111110000101000111111000011101010001100001110101101 | c2bfc38fc28fc3a8c3ad |
UHC | ¿???? | 101000101010111100111111001111110011111100111111 | a2af3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)