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 | 巳}巳{^ | 10010110101001000111110110010110101001000111101101011110 | 96a47d96a47b5e |
EUC-JP | 巳}巳{^ | 11001100101001100111110111001100101001100111101101011110 | cca67dcca67b5e |
UTF-8 | 巳}巳{^ | 111001011011011110110011011111011110010110110111101100110111101101011110 | e5b7b37de5b7b37b5e |
UHC | 巳}巳{^ | 11011110110100110111110111011110110100110111101101011110 | ded37dded37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)