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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 嶸歇^ | 1111101010110100100111110101101101011110 | fab49f5b5e |
EUC-JP | 嶸歇^ | 100011111011101111110100110111011011110001011110 | 8fbbf4ddbc5e |
UTF-8 | 嶸歇^ | 11100101101101101011100011100110101011011000011101011110 | e5b6b8e6ad875e |
UHC | 嶸歇^ | 1110011110101110111110101100111001011110 | e7aeface5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)