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 | ?hh?h | 0011111101101000011010000011111101101000 | 3f68683f68 |
SJIS-WIN | 傴hh傴h | 10011000111110110110100001101000100110001111101101101000 | 98fb686898fb68 |
EUC-JP | 傴hh傴h | 11010000111111010110100001101000110100001111110101101000 | d0fd6868d0fd68 |
UTF-8 | 傴hh傴h | 111001011000001010110100011010000110100011100101100000101011010001101000 | e582b46868e582b468 |
UHC | ?hh?h | 0011111101101000011010000011111101101000 | 3f68683f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)