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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 映ε?窈? | 1000100101100110100000111100001100111111111000100111011100111111 | 896683c33fe2773f |
EUC-JP | 映ε?窈? | 1011000111000111101001101100010100111111111000111101100000111111 | b1c7a6c53fe3d83f |
UTF-8 | 映ε묍窈딟 | 1110011010011000101000001100111010110101111010111010110010001101111001111010101010001000111010111001010010011111 | e698a0ceb5ebac8de7aa88eb949f |
UHC | 映ε묍窈딟 | 11100111101100011010010111100101101110011010001111101001101000011000101101000010 | e7b1a5e5b9a3e9a18b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)