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 | íþÂð× | 1110110111111110110000101111000011010111 | edfec2f0d7 |
SJIS-WIN | ????× | 001111110011111100111111001111111000000101111110 | 3f3f3f3f817e |
EUC-JP | íþÂð× | 1000111110101011101111111000111110101001110100001000111110101010101001001000111110101001110000111010000111011111 | 8fabbf8fa9d08faaa48fa9c3a1df |
UTF-8 | íþÂð× | 11000011101011011100001110111110110000111000001011000011101100001100001110010111 | c3adc3bec382c3b0c397 |
UHC | ?þ?ð× | 0011111110101001101011010011111110101001101000111010000110111111 | 3fa9ad3fa9a3a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)