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 | î??? | 11101110001111110011111100111111 | ee3f3f3f |
SJIS-WIN | ?@蹣僉 | 00111111100000011001011111100111010010011001100101000000 | 3f8197e7499940 |
EUC-JP | î@蹣僉 | 100011111010101111000010101000011111011111101101101010101101000110100001 | 8fabc2a1f7edaad1a1 |
UTF-8 | î@蹣僉 | 1100001110101110111011111011110010100000111010001011100110100011111001011000001110001001 | c3aeefbca0e8b9a3e58389 |
UHC | ?@?僉 | 001111111010001111000000001111111111010011010010 | 3fa3c03ff4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)