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 | ò®Ó²] | 1111001010101110110100111011001001011101 | f2aed3b25d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ò®Ó?] | 1000111110101011110100101000111110100010111011101000111110101010110100010011111101011101 | 8fabd28fa2ee8faad13f5d |
UTF-8 | ò®Ó²] | 110000111011001011000010101011101100001110010011110000101011001001011101 | c3b2c2aec393c2b25d |
UHC | ?®?²] | 00111111101000101110011100111111101010011111011101011101 | 3fa2e73fa9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)