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 | àèEàèEB | 11100000111010000100010111100000111010000100010101000010 | e0e845e0e84542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | àèEàèEB | 100011111010101110100010100011111010101110110010010001011000111110101011101000101000111110101011101100100100010101000010 | 8faba28fabb2458faba28fabb24542 |
UTF-8 | àèEàèEB | 1100001110100000110000111010100001000101110000111010000011000011101010000100010101000010 | c3a0c3a845c3a0c3a84542 |
UHC | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)