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 | 111010001001010110000000010001011110100010010101100000000100010101000010 | e8958045e895804542 |
SJIS-WIN | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
EUC-JP | è??Eè??EB | 10001111101010111011001000111111001111110100010110001111101010111011001000111111001111110100010101000010 | 8fabb23f3f458fabb23f3f4542 |
UTF-8 | èEèEB | 110000111010100011000010100101011100001010000000010001011100001110101000110000101001010111000010100000000100010101000010 | c3a8c295c28045c3a8c295c2804542 |
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)