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 | æç¾Î | 1110011010001111100101101110011110000110101111101100111010011001 | e68f96e786bece99 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æ??ç??Î? | 1000111110101001110000010011111100111111100011111010101110101110001111110011111110001111101010101100001000111111 | 8fa9c13f3f8fabae3f3f8faac23f |
UTF-8 | æç¾Î | 11000011101001101100001010001111110000101001011011000011101001111100001010000110110000101011111011000011100011101100001010011001 | c3a6c28fc296c3a7c286c2bec38ec299 |
UHC | æ????¾?? | 10101001101000010011111100111111001111110011111110101000111110100011111100111111 | a9a13f3f3f3fa8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)