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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 穽?B | 11100010011101100011111101000010 | e2763f42 |
EUC-JP | 穽?B | 11100011110101110011111101000010 | e3d73f42 |
UTF-8 | 穽렦B | 11100111101010011011110111101011101000001010011001000010 | e7a9bdeba0a642 |
UHC | 穽렦B | 1110111111110000100011101011010101000010 | eff08eb542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)