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 | èÃË | 11101000110000111000111111001011 | e8c38fcb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | èÃ?Ë | 10001111101010111011001010001111101010101010101000111111100011111010101010110011 | 8fabb28faaaa3f8faab3 |
UTF-8 | èÃË | 1100001110101000110000111000001111000010100011111100001110001011 | c3a8c383c28fc38b |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)