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 | 槊踉槊踉^ | 100111101100110011100110111100101001111011001100111001101111001001011110 | 9ecce6f29ecce6f25e |
EUC-JP | 槊踉槊踉^ | 110111001100111011101100111101001101110011001110111011001111010001011110 | dcceecf4dcceecf45e |
UTF-8 | 槊踉槊踉^ | 11100110101001111000101011101000101110001000100111100110101001111000101011101000101110001000100101011110 | e6a78ae8b889e6a78ae8b8895e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)