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 | 乂≠ | 10011000101001111000000110000010 | 98a78182 |
EUC-JP | 乂≠ | 11010000101010011010000111100010 | d0a9a1e2 |
UTF-8 | 乂≠ | 111001001011100110000010111000101000100110100000 | e4b982e289a0 |
UHC | 乂≠ | 11100111110100011010000111000001 | e7d1a1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)