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 | ²íäÜ | 1011001011101101100011111110010011011100 | b2ed8fe4dc |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?í?äÜ | 0011111110001111101010111011111100111111100011111010101110100011100011111010101011100100 | 3f8fabbf3f8faba38faae4 |
UTF-8 | ²íäÜ | 11000010101100101100001110101101110000101000111111000011101001001100001110011100 | c2b2c3adc28fc3a4c39c |
UHC | ²???? | 101010011111011100111111001111110011111100111111 | a9f73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)