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 | 甕???^ | 111000010101000000111111001111110011111101011110 | e1503f3f3f5e |
EUC-JP | 甕??晷^ | 1110000110110001001111110011111110001111110000101100011101011110 | e1b13f3f8fc2c75e |
UTF-8 | 甕앯뀢晷^ | 11100111100101001001010111101100100101011010111111101011100000001010001011100110100110011011011101011110 | e79495ec95afeb80a2e699b75e |
UHC | 甕앯뀢晷^ | 111010001011100010011101111001111000010110011001110011111111110001011110 | e8b89de78599cffc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)