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 | 鞐扛 | 11101000110111101001110101001011 | e8de9d4b |
EUC-JP | 鞐扛 | 11110000111000001101100110101100 | f0e0d9ac |
UTF-8 | 鞐扛 | 111010011001111010010000111001101000100110011011 | e99e90e6899b |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)