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 | 豼毳豼毬^ | 111001101011111110011111011111011110011010111111100111110111101101011110 | e6bf9f7de6bf9f7b5e |
EUC-JP | 豼毳豼毬^ | 111011001100000111011101110111101110110011000001110111011101110001011110 | ecc1dddeecc1dddc5e |
UTF-8 | 豼毳豼毬^ | 11101000101100011011110011100110101011111011001111101000101100011011110011100110101011111010110001011110 | e8b1bce6afb3e8b1bce6afac5e |
UHC | ???毬^ | 001111110011111100111111110011111011001101011110 | 3f3f3fcfb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)