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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?目???^ | 00111111100101101101101000111111001111110011111101011110 | 3f96da3f3f3f5e |
EUC-JP | ?目??磎^ | 001111111100110011011100001111110011111110001111110100001010100001011110 | 3fccdc3f3f8fd0a85e |
UTF-8 | 뤲目쪕卨磎^ | 11101011101001001011001011100111100110111010111011101100101010101001010111100101100011011010100011100111101000111000111001011110 | eba4b2e79baeecaa95e58da8e7a38e5e |
UHC | 뤲目쪕卨磎^ | 1000111111100000110110011100110110100101100011111110000011011001110011011010010101011110 | 8fe0d9cda58fe0d9cda55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)