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 | 甕??槻^ | 11100001010100000011111100111111100100101100111001011110 | e1503f3f92ce5e |
EUC-JP | 甕??槻^ | 11100001101100010011111100111111110001001101000001011110 | e1b13f3fc4d05e |
UTF-8 | 甕앯뀢槻^ | 11100111100101001001010111101100100101011010111111101011100000001010001011100110101001111011101101011110 | e79495ec95afeb80a2e6a7bb5e |
UHC | 甕앯뀢槻^ | 111010001011100010011101111001111000010110011001110100001010011101011110 | e8b89de78599d0a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)