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 | ?液暹液^ | 0011111110001001011101001001110111111001100010010111010001011110 | 3f89749df989745e |
EUC-JP | ?液暹液^ | 0011111110110001110101011101101011111011101100011101010101011110 | 3fb1d5dafbb1d55e |
UTF-8 | 쾅液暹液^ | 11101100101111101000010111100110101101101011001011100110100110101011100111100110101101101011001001011110 | ecbe85e6b6b2e69ab9e6b6b25e |
UHC | 쾅液暹液^ | 110001001110011111100100111110111110000011100111111001001111101101011110 | c4e7e4fbe0e7e4fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)