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 | 佯??飮? | 10011000110100010011111100111111100111110101101000111111 | 98d13f3f9f5a3f |
EUC-JP | 佯??飮? | 11010000110100110011111100111111110111011011101100111111 | d0d33f3fddbb3f |
UTF-8 | 佯뺢낀飮퀯 | 111001001011110110101111111010111011101010100010111010111000001010000000111010011010001110101110111011011000000010101111 | e4bdafebbaa2eb8280e9a3aeed80af |
UHC | 佯뺢낀飮퀯 | 11100101101110101001010111101010101100111010010011101011111001101011010001000010 | e5ba95eab3a4ebe6b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)