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 | 頡倬又^ | 11101000111101001001100011101001100101101001010001011110 | e8f498e996945e |
EUC-JP | 頡倬又^ | 11110000111101101101000011101011110010111111010001011110 | f0f6d0ebcbf45e |
UTF-8 | 頡倬又^ | 11101001101000001010000111100101100000001010110011100101100011111000100001011110 | e9a0a1e580ace58f885e |
UHC | ?倬又^ | 001111111111011011110000111010011101000101011110 | 3ff6f0e9d15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)