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 | èê´² | 111010001001011110001111111010101011010010110010 | e8978feab4b2 |
SJIS-WIN | ????´? | 00111111001111110011111100111111100000010100110000111111 | 3f3f3f3f814c3f |
EUC-JP | è??ê´? | 1000111110101011101100100011111100111111100011111010101110110100101000011010110100111111 | 8fabb23f3f8fabb4a1ad3f |
UTF-8 | èê´² | 110000111010100011000010100101111100001010001111110000111010101011000010101101001100001010110010 | c3a8c297c28fc3aac2b4c2b2 |
UHC | ????´² | 0011111100111111001111110011111110100010101001011010100111110111 | 3f3f3f3fa2a5a9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)