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 | ?液鋒液^ | 0011111110001001011101001001011001001110100010010111010001011110 | 3f8974964e89745e |
EUC-JP | ?液鋒液^ | 0011111110110001110101011100101110101111101100011101010101011110 | 3fb1d5cbafb1d55e |
UTF-8 | 쟌液鋒液^ | 11101100100111111000110011100110101101101011001011101001100010111001001011100110101101101011001001011110 | ec9f8ce6b6b2e98b92e6b6b25e |
UHC | 쟌液鋒液^ | 110000001111001011100100111110111101110011110010111001001111101101011110 | c0f2e4fbdcf2e4fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)