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 | 治疾爾者^ | 100011101010000110001110101111101000111010100010100011101101001001011110 | 8ea18ebe8ea28ed25e |
EUC-JP | 治疾爾者^ | 101111001010001110111100110000001011110010100100101111001101010001011110 | bca3bcc0bca4bcd45e |
UTF-8 | 治疾爾者^ | 11100110101100101011101111100111100101101011111011100111100010001011111011101000100000001000010101011110 | e6b2bbe796bee788bee880855e |
UHC | 治疾爾者^ | 111101101011110111110010111100001110110010110011111011011011101001011110 | f6bdf2f0ecb3edba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)