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 | 穽畉 | 11100010011101101110000101011001 | e276e159 |
EUC-JP | 穽畉 | 11100011110101111110000110111010 | e3d7e1ba |
UTF-8 | 穽畉 | 111001111010100110111101111001111001010110001001 | e7a9bde79589 |
UHC | 穽? | 111011111111000000111111 | eff03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)