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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 業???? | 100010111100011000111111001111110011111100111111 | 8bc63f3f3f3f |
EUC-JP | 業???? | 101101101100100000111111001111110011111100111111 | b6c83f3f3f3f |
UTF-8 | 業붷렘曆쿍 | 111001101010010110101101111010111011011010110111111010111010000010011000111011111010011010001011111011001011111110001101 | e6a5adebb6b7eba098efa68becbf8d |
UHC | 業붷렘曆쿍 | 11100101111101101001010011100101101101111011110111100110101101111011001101000010 | e5f694e5b7bde6b7b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)