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 | ê¹°ë | 11101010101110011011000011101011 | eab9b0eb |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | ê?°ë | 100011111010101110110100001111111010000111101011100011111010101110110011 | 8fabb43fa1eb8fabb3 |
UTF-8 | ê¹°ë | 1100001110101010110000101011100111000010101100001100001110101011 | c3aac2b9c2b0c3ab |
UHC | ?¹°? | 001111111010100111110110101000011100011000111111 | 3fa9f6a1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)