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 | 111010001110000010001010010001011110100011100000100010100100010101000010 | e8e08a45e8e08a4542 |
SJIS-WIN | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
EUC-JP | èà?Eèà?EB | 1000111110101011101100101000111110101011101000100011111101000101100011111010101110110010100011111010101110100010001111110100010101000010 | 8fabb28faba23f458fabb28faba23f4542 |
UTF-8 | èàEèàEB | 110000111010100011000011101000001100001010001010010001011100001110101000110000111010000011000010100010100100010101000010 | c3a8c3a0c28a45c3a8c3a0c28a4542 |
UHC | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)