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 | 源?縡?^ | 10001100101110010011111111100011011100010011111101011110 | 8cb93fe3713f5e |
EUC-JP | 源?縡?^ | 10111000101110110011111111100101110100100011111101011110 | b8bb3fe5d23f5e |
UTF-8 | 源렰縡렕^ | 11100110101110101001000011101011101000001011000011100111101110001010000111101011101000001001010101011110 | e6ba90eba0b0e7b8a1eba0955e |
UHC | 源렰縡렕^ | 111010101011100110001110101111011110111010101101100011101010101001011110 | eab98ebdeead8eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)