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 | ë©ëO | 11101011101010011000111111101011100011111001001101001111 | eba98feb8f934f |
SJIS-WIN | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
EUC-JP | ë©?ë??O | 10001111101010111011001110001111101000101110110100111111100011111010101110110011001111110011111101001111 | 8fabb38fa2ed3f8fabb33f3f4f |
UTF-8 | ë©ëO | 11000011101010111100001010101001110000101000111111000011101010111100001010001111110000101001001101001111 | c3abc2a9c28fc3abc28fc2934f |
UHC | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)