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 | 宜? | 100010110101100000111111 | 8b583f |
EUC-JP | 宜? | 101101011011100100111111 | b5b93f |
UTF-8 | 宜퐹 | 111001011010111010011100111011011001000010111001 | e5ae9ced90b9 |
UHC | 宜퐹 | 11101011111100011011111001000010 | ebf1be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)