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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | ?疫h? | 0011111110001001011101010110100000111111 | 3f8975683f |
EUC-JP | ?疫h? | 0011111110110001110101100110100000111111 | 3fb1d6683f |
UTF-8 | 뽟疫h뽟 | 11101011101111011001111111100111100101101010101101101000111010111011110110011111 | ebbd9fe796ab68ebbd9f |
UHC | 뽟疫h뽟 | 10010110110110111110011010111001011010001001011011011011 | 96dbe6b96896db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)