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 | êê¶þh | 1110101011101010101101101111111001101000 | eaeab6fe68 |
SJIS-WIN | ??¶?h | 001111110011111110000001111101110011111101101000 | 3f3f81f73f68 |
EUC-JP | êê¶þh | 100011111010101110110100100011111010101110110100101000101111100110001111101010011101000001101000 | 8fabb48fabb4a2f98fa9d068 |
UTF-8 | êê¶þh | 110000111010101011000011101010101100001010110110110000111011111001101000 | c3aac3aac2b6c3be68 |
UHC | ??¶þh | 00111111001111111010001011010010101010011010110101101000 | 3f3fa2d2a9ad68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)