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 | é®®è | 1110100110101110101011101110100010011000 | e9aeaee898 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | é®®è? | 10001111101010111011000110001111101000101110111010001111101000101110111010001111101010111011001000111111 | 8fabb18fa2ee8fa2ee8fabb23f |
UTF-8 | é®®è | 11000011101010011100001010101110110000101010111011000011101010001100001010011000 | c3a9c2aec2aec3a8c298 |
UHC | ?®®?? | 00111111101000101110011110100010111001110011111100111111 | 3fa2e7a2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)