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 | 00111111111001101010100101100011 | 3fe6a963 |
EUC-JP | 嶴讖c | 100011111011101111110011111011001010101101100011 | 8fbbf3ecab63 |
UTF-8 | 嶴讖c | 11100101101101101011010011101000101011101001011001100011 | e5b6b4e8ae9663 |
UHC | ?讖c | 00111111111100111101100101100011 | 3ff3d963 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)