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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 豼簣豼簣^ | 111001101011111111100010110011011110011010111111111000101100110101011110 | e6bfe2cde6bfe2cd5e |
EUC-JP | 豼簣豼簣^ | 111011001100000111100100110011111110110011000001111001001100111101011110 | ecc1e4cfecc1e4cf5e |
UTF-8 | 豼簣豼簣^ | 11101000101100011011110011100111101100001010001111101000101100011011110011100111101100001010001101011110 | e8b1bce7b0a3e8b1bce7b0a35e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)