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 | é«¥Ñ | 1110100110101011101001011101000110000100 | e9aba5d184 |
SJIS-WIN | ??¥?? | 001111110011111110000001100011110011111100111111 | 3f3f818f3f3f |
EUC-JP | é??Ñ? | 100011111010101110110001001111110011111110001111101010101101000000111111 | 8fabb13f3f8faad03f |
UTF-8 | é«¥Ñ | 11000011101010011100001010101011110000101010010111000011100100011100001010000100 | c3a9c2abc2a5c391c284 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)