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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | ?藥v | 00111111111001010101101001110110 | 3fe55a76 |
EUC-JP | ?藥v | 00111111111010011011101101110110 | 3fe9bb76 |
UTF-8 | 똬藥v | 11101011100110001010110011101000100101111010010101110110 | eb98ace897a576 |
UHC | 똬藥v | 1011011011001100111001011011011101110110 | b6cce5b776 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)