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 | 11101000111001011000100011100111101101001001011101000101 | e8e588e7b49745 |
SJIS-WIN | ????´?E | 0011111100111111001111110011111110000001010011000011111101000101 | 3f3f3f3f814c3f45 |
EUC-JP | èå?ç´?E | 1000111110101011101100101000111110101011101010010011111110001111101010111010111010100001101011010011111101000101 | 8fabb28faba93f8fabaea1ad3f45 |
UTF-8 | èåç´E | 11000011101010001100001110100101110000101000100011000011101001111100001010110100110000101001011101000101 | c3a8c3a5c288c3a7c2b4c29745 |
UHC | ????´?E | 0011111100111111001111110011111110100010101001010011111101000101 | 3f3f3f3fa2a53f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)