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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?悍n}?悍n{^ | 0011111110011100100110110110111001111101001111111001110010011011011011100111101101011110 | 3f9c9b6e7d3f9c9b6e7b5e |
EUC-JP | ?悍n}?悍n{^ | 0011111111010111111110110110111001111101001111111101011111111011011011100111101101011110 | 3fd7fb6e7d3fd7fb6e7b5e |
UTF-8 | 뤺悍n}뤺悍n{^ | 1110101110100100101110101110011010000010100011010110111001111101111010111010010010111010111001101000001010001101011011100111101101011110 | eba4bae6828d6e7deba4bae6828d6e7b5e |
UHC | 뤺悍n}뤺悍n{^ | 10001111111010001111100111010000011011100111110110001111111010001111100111010000011011100111101101011110 | 8fe8f9d06e7d8fe8f9d06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)