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 | àþîöè× | 111000001111111011101110111101101110100011010111 | e0feeef6e8d7 |
SJIS-WIN | ?????× | 00111111001111110011111100111111001111111000000101111110 | 3f3f3f3f3f817e |
EUC-JP | àþîöè× | 1000111110101011101000101000111110101001110100001000111110101011110000101000111110101011110100111000111110101011101100101010000111011111 | 8faba28fa9d08fabc28fabd38fabb2a1df |
UTF-8 | àþîöè× | 110000111010000011000011101111101100001110101110110000111011011011000011101010001100001110010111 | c3a0c3bec3aec3b6c3a8c397 |
UHC | ?þ???× | 0011111110101001101011010011111100111111001111111010000110111111 | 3fa9ad3f3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)