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 | 期??^ | 1000101011111010001111110011111101011110 | 8afa3f3f5e |
EUC-JP | 期棅棅^ | 101101001111110010001111110000111111101110001111110000111111101101011110 | b4fc8fc3fb8fc3fb5e |
UTF-8 | 期棅棅^ | 11100110100111001001111111100110101000111000010111100110101000111000010101011110 | e69c9fe6a385e6a3855e |
UHC | 期棅棅^ | 11010001101000101101110010111000110111001011100001011110 | d1a2dcb8dcb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)