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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 毓????h | 10011111011110010011111100111111001111110011111101101000 | 9f793f3f3f3f68 |
EUC-JP | 毓????h | 11011101110110100011111100111111001111110011111101101000 | ddda3f3f3f3f68 |
UTF-8 | 毓면궢力껥h | 11100110101011111001001111101011101010011011010011101010101101101010001011101111101001101000101011101010101110111010010101101000 | e6af93eba9b4eab6a2efa68aeabba568 |
UHC | 毓면궢力껥h | 1110101110111110101110001110100110000010101101011110011010110011100000111111111001101000 | ebbeb8e982b5e6b383fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)