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 | 穽鴃 | 11100010011101101110100111101110 | e276e9ee |
EUC-JP | 穽鴃 | 11100011110101111111001011110000 | e3d7f2f0 |
UTF-8 | 穽鴃 | 111001111010100110111101111010011011010010000011 | e7a9bde9b483 |
UHC | 穽? | 111011111111000000111111 | eff03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)