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 | ??M^ | 00111111001111110100110101011110 | 3f3f4d5e |
SJIS-WIN | ?ヲM^ | 00111111101001100100110101011110 | 3fa64d5e |
EUC-JP | 誷ヲM^ | 10001111110111101010001010001110101001100100110101011110 | 8fdea28ea64d5e |
UTF-8 | 誷ヲM^ | 1110100010101010101101111110111110111101101001100100110101011110 | e8aab7efbda64d5e |
UHC | ??M^ | 00111111001111110100110101011110 | 3f3f4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)