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 | 杢癒 | 10010110110110111001011011111100 | 96db96fc |
EUC-JP | 杢癒 | 11001100110111011100110011111110 | ccddccfe |
UTF-8 | 杢癒 | 111001101001110110100010111001111001100110010010 | e69da2e79992 |
UHC | ?癒 | 001111111110101110101000 | 3feba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)