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 | 鋏ケ | 111001111111010110111001 | e7f5b9 |
EUC-JP | 鋏ケ | 11101110111101111000111010111001 | eef78eb9 |
UTF-8 | 鋏ケ | 111010011000101110001111111011111011110110111001 | e98b8fefbdb9 |
UHC | 鋏? | 111110101111100100111111 | faf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)