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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?嵬 | 001111111001101111001010 | 3f9bca |
EUC-JP | ?嵬 | 001111111101011011001100 | 3fd6cc |
UTF-8 | 쑷嵬 | 111011001001000110110111111001011011010110101100 | ec91b7e5b5ac |
UHC | 쑷嵬 | 10011100110100001110100011100011 | 9cd0e8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)