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 | 幗豎 | 10011011111011001110011010110001 | 9bece6b1 |
EUC-JP | 幗豎 | 11010110111011101110110010110011 | d6eeecb3 |
UTF-8 | 幗豎 | 111001011011100110010111111010001011000110001110 | e5b997e8b18e |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)