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 | 銘? | 100101101100000100111111 | 96c13f |
EUC-JP | 銘? | 110011001100001100111111 | ccc33f |
UTF-8 | 銘걷 | 111010011000101010011000111010101011000110110111 | e98a98eab1b7 |
UHC | 銘걷 | 11011001101011111011000011001000 | d9afb0c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)