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 | ??c | 001111110011111101100011 | 3f3f63 |
SJIS-WIN | ?讎c | 00111111111001101010011001100011 | 3fe6a663 |
EUC-JP | 嶴讎c | 100011111011101111110011111011001010100001100011 | 8fbbf3eca863 |
UTF-8 | 嶴讎c | 11100101101101101011010011101000101011101000111001100011 | e5b6b4e8ae8e63 |
UHC | ??c | 001111110011111101100011 | 3f3f63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)