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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | ?莘?^ | 001111111000111111011000101010110011111101011110 | 3f8fd8ab3f5e |
UTF-8 | 얇莘렎^ | 11101100100101101000011111101000100011101001100011101011101000001000111001011110 | ec9687e88e98eba08e5e |
UHC | 얇莘렎^ | 10111110111000111110001111101110100011101010010001011110 | bee3e3ee8ea45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)