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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??馮^ | 0011111100111111111010010110011101011110 | 3f3fe9675e |
EUC-JP | ??馮^ | 0011111100111111111100011100100001011110 | 3f3ff1c85e |
UTF-8 | 싅귙馮^ | 11101100100010111000010111101010101101111001100111101001101001101010111001011110 | ec8b85eab799e9a6ae5e |
UHC | 싅귙馮^ | 10011010110010001000001011100011111110011010011101011110 | 9ac882e3f9a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)