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 | 赤? | 100100001101010000111111 | 90d43f |
EUC-JP | 赤? | 110000001101011000111111 | c0d63f |
UTF-8 | 赤쭤 | 111010001011010110100100111011001010110110100100 | e8b5a4ecada4 |
UHC | 赤쭤 | 11101110111001011100001011100101 | eee5c2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)