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 | 111010001001001110011001010001011110100010010011100110010100010101000010 | e8939945e893994542 |
SJIS-WIN | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
EUC-JP | è??Eè??EB | 10001111101010111011001000111111001111110100010110001111101010111011001000111111001111110100010101000010 | 8fabb23f3f458fabb23f3f4542 |
UTF-8 | èEèEB | 110000111010100011000010100100111100001010011001010001011100001110101000110000101001001111000010100110010100010101000010 | c3a8c293c29945c3a8c293c2994542 |
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)