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 | èéº | 111010001110100110111010 | e8e9ba |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | èéº | 100011111010101110110010100011111010101110110001100011111010001011101011 | 8fabb28fabb18fa2eb |
UTF-8 | èéº | 110000111010100011000011101010011100001010111010 | c3a8c3a9c2ba |
UHC | ??º | 00111111001111111010100010101100 | 3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)