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 | êúº | 111010101111101010111010 | eafaba |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | êúº | 100011111010101110110100100011111010101111100010100011111010001011101011 | 8fabb48fabe28fa2eb |
UTF-8 | êúº | 110000111010101011000011101110101100001010111010 | c3aac3bac2ba |
UHC | ??º | 00111111001111111010100010101100 | 3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)