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 | ìùÄíܨ | 111011001111100111000100111011011101110010101000 | ecf9c4eddca8 |
SJIS-WIN | ?????¨ | 00111111001111110011111100111111001111111000000101001110 | 3f3f3f3f3f814e |
EUC-JP | ìùÄíܨ | 1000111110101011110000001000111110101011111000111000111110101010101000111000111110101011101111111000111110101010111001001010000110101111 | 8fabc08fabe38faaa38fabbf8faae4a1af |
UTF-8 | ìùÄíܨ | 110000111010110011000011101110011100001110000100110000111010110111000011100111001100001010101000 | c3acc3b9c384c3adc39cc2a8 |
UHC | ?????¨ | 00111111001111110011111100111111001111111010000110100111 | 3f3f3f3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)