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 | 邁宅膜^ | 11100111101100001001000111101110100101101000110001011110 | e7b091ee968c5e |
EUC-JP | 邁宅膜^ | 11101110101100101100001011110000110010111110110001011110 | eeb2c2f0cbec5e |
UTF-8 | 邁宅膜^ | 11101001100000101000000111100101101011101000010111101000100001101001110001011110 | e98281e5ae85e8869c5e |
UHC | 邁宅膜^ | 11011000111001001101001111101011110110001010111101011110 | d8e4d3ebd8af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)