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 | 鋏・ | 111001111111010110100101 | e7f5a5 |
EUC-JP | 鋏・ | 11101110111101111000111010100101 | eef78ea5 |
UTF-8 | 鋏・ | 111010011000101110001111111011111011110110100101 | e98b8fefbda5 |
UHC | 鋏? | 111110101111100100111111 | faf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)