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 | 銖采 | 11100111111100011000110111010001 | e7f18dd1 |
EUC-JP | 銖采 | 11101110111100111011101011010011 | eef3bad3 |
UTF-8 | 銖采 | 111010011000101010010110111010011000011110000111 | e98a96e98787 |
UHC | 銖采 | 11100010110001111111001111111010 | e2c7f3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)