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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 楓}楓{^ | 10010101100101100111110110010101100101100111101101011110 | 95967d95967b5e |
EUC-JP | 楓}楓{^ | 11001001111101100111110111001001111101100111101101011110 | c9f67dc9f67b5e |
UTF-8 | 楓}楓{^ | 111001101010010110010011011111011110011010100101100100110111101101011110 | e6a5937de6a5937b5e |
UHC | 楓}楓{^ | 11111001101000110111110111111001101000110111101101011110 | f9a37df9a37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)