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^ | 10001111111010101101101111100000110101110110010101011110 | 8feadbe0d7655e |
SJIS-WIN | ????×e^ | 0011111100111111001111110011111110000001011111100110010101011110 | 3f3f3f3f817e655e |
EUC-JP | ?êÛà×e^ | 0011111110001111101010111011010010001111101010101110010110001111101010111010001010100001110111110110010101011110 | 3f8fabb48faae58faba2a1df655e |
UTF-8 | êÛà×e^ | 110000101000111111000011101010101100001110011011110000111010000011000011100101110110010101011110 | c28fc3aac39bc3a0c397655e |
UHC | ????×e^ | 0011111100111111001111110011111110100001101111110110010101011110 | 3f3f3f3fa1bf655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)