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 | 衍? | 100111111010010100111111 | 9fa53f |
EUC-JP | 衍? | 110111101010011100111111 | dea73f |
UTF-8 | 衍뚧 | 111010001010000110001101111010111001101010100111 | e8a18deb9aa7 |
UHC | 衍뚧 | 11100110111000101000110011100110 | e6e28ce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)