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 | ?影?影^ | 00111111100010010110010100111111100010010110010101011110 | 3f89653f89655e |
EUC-JP | ?影?影^ | 00111111101100011100011000111111101100011100011001011110 | 3fb1c63fb1c65e |
UTF-8 | 뾅影뾅影^ | 11101011101111101000010111100101101111011011000111101011101111101000010111100101101111011011000101011110 | ebbe85e5bdb1ebbe85e5bdb15e |
UHC | 뾅影뾅影^ | 100101110100001111100111101011111001011101000011111001111010111101011110 | 9743e7af9743e7af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)