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 | èç¥wh | 1110100011100111101001010111011101101000 | e8e7a57768 |
SJIS-WIN | ??¥wh | 001111110011111110000001100011110111011101101000 | 3f3f818f7768 |
EUC-JP | èç?wh | 100011111010101110110010100011111010101110101110001111110111011101101000 | 8fabb28fabae3f7768 |
UTF-8 | èç¥wh | 1100001110101000110000111010011111000010101001010111011101101000 | c3a8c3a7c2a57768 |
UHC | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)