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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 繹ル????^ | 111000111000100010000011100010110011111100111111001111110011111101011110 | e388838b3f3f3f3f5e |
EUC-JP | 繹ル????^ | 111001011110100010100101111010110011111100111111001111110011111101011110 | e5e8a5eb3f3f3f3f5e |
UTF-8 | 繹ル슜泥묉㎉^ | 11100111101110011011100111100011100000111010101111101100100010101001110011101111101001111010001111101011101011001000100111100011100011101000100101011110 | e7b9b9e383abec8a9cefa7a3ebac89e38e895e |
UHC | 繹ル슜泥묉㎉^ | 11100110101110101010101111101011100110101010100111101100101100101001000111100110101001111011101101011110 | e6baabeb9aa9ecb291e6a7bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)