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 | éÖý | 1110100110101101100011111101011011111101 | e9ad8fd6fd |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | é??Öý | 1000111110101011101100010011111100111111100011111010101011010011100011111010101111110010 | 8fabb13f3f8faad38fabf2 |
UTF-8 | éÖý | 11000011101010011100001010101101110000101000111111000011100101101100001110111101 | c3a9c2adc28fc396c3bd |
UHC | ???? | 001111111010000110101001001111110011111100111111 | 3fa1a93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)