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 | 寃?議?鬱 | 1001101110000011001111111000101101100011001111111001111101010100 | 9b833f8b633f9f54 |
EUC-JP | 寃?議?鬱 | 1101010111100011001111111011010111000100001111111101110110110101 | d5e33fb5c43fddb5 |
UTF-8 | 寃렭議렣鬱 | 111001011010111110000011111010111010000010101101111010001010110110110000111010111010000010100011111010011010110010110001 | e5af83eba0ade8adb0eba0a3e9acb1 |
UHC | 寃렭議렣鬱 | 11101010101100101000111010111010111011001010000110001110101101001110101010100110 | eab28ebaeca18eb4eaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)