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 | 鶯ëÐ | 1110100110110110101011111110101110000010100001101101000010011111 | e9b6afeb8286d09f |
SJIS-WIN | ?¶?????? | 001111111000000111110111001111110011111100111111001111110011111100111111 | 3f81f73f3f3f3f3f3f |
EUC-JP | 鶯ë???? | 100011111010101110110001101000101111100110001111101000101011010010001111101010111011001100111111001111110011111100111111 | 8fabb1a2f98fa2b48fabb33f3f3f3f |
UTF-8 | 鶯ëÐ | 11000011101010011100001010110110110000101010111111000011101010111100001010000010110000101000011011000011100100001100001010011111 | c3a9c2b6c2afc3abc282c286c390c29f |
UHC | ?¶????Ð? | 00111111101000101101001000111111001111110011111100111111101010001010001000111111 | 3fa2d23f3f3f3fa8a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)