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 | 治疾耳鹿^ | 100011101010000110001110101111101000111010101000100011101010110101011110 | 8ea18ebe8ea88ead5e |
EUC-JP | 治疾耳鹿^ | 101111001010001110111100110000001011110010101010101111001010111101011110 | bca3bcc0bcaabcaf5e |
UTF-8 | 治疾耳鹿^ | 11100110101100101011101111100111100101101011111011101000100000001011001111101001101110011011111101011110 | e6b2bbe796bee880b3e9b9bf5e |
UHC | 治疾耳鹿^ | 111101101011110111110010111100001110110010111100110101101110001101011110 | f6bdf2f0ecbcd6e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)