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 | 謳庚 | 11100110100100001000110101001101 | e6908d4d |
EUC-JP | 謳庚 | 11101011111100001011100110101110 | ebf0b9ae |
UTF-8 | 謳庚 | 111010001010110010110011111001011011101010011010 | e8acb3e5ba9a |
UHC | 謳庚 | 11001111110001001100110011010010 | cfc4ccd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)