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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 蘚繕h | 1110010101100100100100010101010101101000 | e564915568 |
EUC-JP | 蘚繕h | 1110100111000101110000011011011001101000 | e9c5c1b668 |
UTF-8 | 蘚繕h | 11101000100110001001101011100111101110011001010101101000 | e8989ae7b99568 |
UHC | 蘚繕h | 1110000011010000111000001100101101101000 | e0d0e0cb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)