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 | ¼¿éú | 1011110010111111100011111110100111111010 | bcbf8fe9fa |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?¿?éú | 0011111110001111101000101100010000111111100011111010101110110001100011111010101111100010 | 3f8fa2c43f8fabb18fabe2 |
UTF-8 | ¼¿éú | 11000010101111001100001010111111110000101000111111000011101010011100001110111010 | c2bcc2bfc28fc3a9c3ba |
UHC | ¼¿??? | 10101000111110011010001010101111001111110011111100111111 | a8f9a2af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)