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 | øçÖøh | 1111100011100111110101101111100001101000 | f8e7d6f868 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | øçÖøh | 10001111101010011100110010001111101010111010111010001111101010101101001110001111101010011100110001101000 | 8fa9cc8fabae8faad38fa9cc68 |
UTF-8 | øçÖøh | 110000111011100011000011101001111100001110010110110000111011100001101000 | c3b8c3a7c396c3b868 |
UHC | ø??øh | 10101001101010100011111100111111101010011010101001101000 | a9aa3f3fa9aa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)