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 | 鷹? | 100100011110100100111111 | 91e93f |
EUC-JP | 鷹? | 110000101110101100111111 | c2eb3f |
UTF-8 | 鷹렲 | 111010011011011110111001111010111010000010110010 | e9b7b9eba0b2 |
UHC | 鷹렲 | 11101011111011011000111010111111 | ebed8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)