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 | 巽俗続^ | 10010010010001101001000110101101100100011011000101011110 | 924691ad91b15e |
EUC-JP | 巽俗続^ | 11000011101001111100001010101111110000101011001101011110 | c3a7c2afc2b35e |
UTF-8 | 巽俗続^ | 11100101101101111011110111100100101111111001011111100111101101101001101001011110 | e5b7bde4bf97e7b69a5e |
UHC | 巽俗?^ | 111000011101111011100001110101000011111101011110 | e1dee1d43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)