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 | ÌÄ÷ø | 11001100110001001111011111111000 | ccc4f7f8 |
SJIS-WIN | ??÷? | 0011111100111111100000011000000000111111 | 3f3f81803f |
EUC-JP | ÌÄ÷ø | 1000111110101010110000001000111110101010101000111010000111100000100011111010100111001100 | 8faac08faaa3a1e08fa9cc |
UTF-8 | ÌÄ÷ø | 1100001110001100110000111000010011000011101101111100001110111000 | c38cc384c3b7c3b8 |
UHC | ??÷ø | 001111110011111110100001110000001010100110101010 | 3f3fa1c0a9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)