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 | 胄捨 | 11100011111100101000111011001100 | e3f28ecc |
EUC-JP | 胄捨 | 11100110111101001011110011001110 | e6f4bcce |
UTF-8 | 胄捨 | 111010001000001110000100111001101000110110101000 | e88384e68da8 |
UHC | 胄捨 | 11110001101100001101111011010111 | f1b0ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)