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 | 制鱇 | 10010000101001111110100111011111 | 90a7e9df |
EUC-JP | 制鱇 | 11000000101010011111001011100001 | c0a9f2e1 |
UTF-8 | 制鱇 | 111001011000100010110110111010011011000110000111 | e588b6e9b187 |
UHC | 制鱇 | 11110000101001001100101110111110 | f0a4cbbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)