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 | 褪カ謾カ^ | 11100101111100101011011011100110100101001011011001011110 | e5f2b6e694b65e |
EUC-JP | 褪カ謾カ^ | 111010101111010010001110101101101110101111110100100011101011011001011110 | eaf48eb6ebf48eb65e |
UTF-8 | 褪カ謾カ^ | 11101000101001001010101011101111101111011011011011101000101011001011111011101111101111011011011001011110 | e8a4aaefbdb6e8acbeefbdb65e |
UHC | 褪???^ | 111101111101101100111111001111110011111101011110 | f7db3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)