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 | 猊雍 | 11100000110001111110100010110100 | e0c7e8b4 |
EUC-JP | 猊雍 | 11100000110010011111000010110110 | e0c9f0b6 |
UTF-8 | 猊雍 | 111001111000110010001010111010011001101110001101 | e78c8ae99b8d |
UHC | 猊雍 | 11100111110110011110100010111100 | e7d9e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)