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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 佯熔 | 10011000110100011001011101101111 | 98d1976f |
EUC-JP | 佯熔 | 11010000110100111100110111010000 | d0d3cdd0 |
UTF-8 | 佯熔 | 111001001011110110101111111001111000011010010100 | e4bdafe78694 |
UHC | 佯熔 | 11100101101110101110100111000010 | e5bae9c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)